#2BABA2

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

Shades of Light Sea Green #2BABA2

Tints of Light Sea Green #2BABA2

Color information

#2BABA2 (or 0x2BABA2) is unknown color: approx Light Sea Green. HEX triplet: 2B, AB and A2. RGB value is (43,171,162). Sum of RGB (Red+Green+Blue) = 43+171+162=376 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.44% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 162 (63.67% from 255 or 43.09% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #2BABA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BABA2 is #D4545D. Grayscale: #838383. Windows color (decimal): -13915230 or 10660651. OLE color: 10660651.

HSL color Cylindrical-coordinate representation of color #2BABA2: hue angle of 175.78º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BABA2 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB43171162-
CMYK0.7500.050.33
HSL175.78º59.81%41.96%-
HSV(B)175.78º74.85%67.06%-
XYZ22.0832.2539.24-
YUV131.7145.0964.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.44%
GREEN value IS 171 (67.19% from 255) = 45.48%
BLUE value IS 162 (63.67% from 255) = 43.09%
R=11.44%
G=45.48%
B=43.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal431711620.7500.050.33175.7859.8141.96
Hex2BABA24B0521b03c2a
Octal5325324211305412607452
Binary10101110101011101000101001011010110000110110000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,171,162); }

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

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

 a { background-color: rgb(43,171,162); }

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

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

 span { border-color: rgb(43,171,162); }

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