#2BAEB7

Color #2BAEB7 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #2BAEB7

Tints of Light Sea Green #2BAEB7

Color information

#2BAEB7 (or 0x2BAEB7) is unknown color: approx Light Sea Green. HEX triplet: 2B, AE and B7. RGB value is (43,174,183). Sum of RGB (Red+Green+Blue) = 43+174+183=400 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.75% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 183 (71.88% from 255 or 45.75% from 400); Max value from RGB is 183 - color contains mainly: blue. Hex color #2BAEB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAEB7 is #D45148. Grayscale: #878787. Windows color (decimal): -13914441 or 12037675. OLE color: 12037675.

HSL color Cylindrical-coordinate representation of color #2BAEB7: hue angle of 183.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BAEB7 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB43174183-
CMYK0.770.0500.28
HSL183.86º61.95%44.31%-
HSV(B)183.86º76.5%71.76%-
XYZ24.6834.250.1-
YUV135.86154.661.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 10.75%
GREEN value IS 174 (68.36% from 255) = 43.5%
BLUE value IS 183 (71.88% from 255) = 45.75%
R=10.75%
G=43.5%
B=45.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal431741830.770.0500.28183.8661.9544.31
Hex2BAEB74D501Cb83e2c
Octal5325626711550342707654
Binary1010111010111010110111100110110101110010111000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BAEB7; }

 p { color: rgb(43,174,183); }

 H1.HeaderClassName
 {
   color: #2BAEB7;
 }
 .AnyTagClassName
 {
   color: #2BAEB7;
 }
</style>
background-color css

<style>
 a { background-color: #2BAEB7; }

 a { background-color: rgb(43,174,183); }

 div.DivClassName
 {
   background-color: #2BAEB7;
 }
 .BgClassName
 {
   background-color: #2BAEB7;
 }
</style>
border-color css

<style>
 span { border-color: #2BAEB7; }

 span { border-color: rgb(43,174,183); }

 td.TdClassName
 {
   border-color: #2BAEB7;
 }
 .TagClassName
 {
   border-color: #2BAEB7;
 }
</style>