#2BABB5

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

Shades of Light Sea Green #2BABB5

Tints of Light Sea Green #2BABB5

Color information

#2BABB5 (or 0x2BABB5) is unknown color: approx Light Sea Green. HEX triplet: 2B, AB and B5. RGB value is (43,171,181). Sum of RGB (Red+Green+Blue) = 43+171+181=395 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.89% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #2BABB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BABB5 is #D4544A. Grayscale: #858585. Windows color (decimal): -13915211 or 11905835. OLE color: 11905835.

HSL color Cylindrical-coordinate representation of color #2BABB5: hue angle of 184.35º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BABB5 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB43171181-
CMYK0.760.0600.29
HSL184.35º61.61%43.92%-
HSV(B)184.35º76.24%70.98%-
XYZ23.932.9848.82-
YUV133.87154.5963.19-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.89%
GREEN value IS 171 (67.19% from 255) = 43.29%
BLUE value IS 181 (71.09% from 255) = 45.82%
R=10.89%
G=43.29%
B=45.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal431711810.760.0600.29184.3561.6143.92
Hex2BABB54C601Db83e2c
Octal5325326511460352707654
Binary1010111010101110110101100110011001110110111000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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