Shades of Light Sea Green #2BBDA9
Tints of Light Sea Green #2BBDA9
RGB
CMYK
RGB Variations
Color information
#2BBDA9 (or 0x2BBDA9) is known color: Light Sea Green. HEX triplet: 2B, BD and A9. RGB value is (43,189,169). Sum of RGB (Red+Green+Blue) = 43+189+169=401 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.72% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBDA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBDA9 is #D44256. Grayscale: #8F8F8F. Windows color (decimal): -13910615 or 11124011. OLE color: 11124011.
HSL color Cylindrical-coordinate representation of color #2BBDA9: hue angle of 171.78º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBDA9 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 189 | 169 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.26 |
| HSL | 171.78º | 0.63% | 0.45% | - |
| HSV(B) | 171.78º | 0.77% | 0.74% | - |
| XYZ | 26.36 | 39.77 | 43.82 | - |
| YUV | 143.07 | 142.63 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 189 | 169 | 0.77 | 0 | 0.11 | 0.26 | 171.78 | 0.63 | 0.45 |
| Hex | 2B | BD | A9 | 4D | 0 | B | 1A | AC | 3F | 2D |
| Octal | 53 | 275 | 251 | 115 | 0 | 13 | 32 | 254 | 77 | 55 |
| Binary | 101011 | 10111101 | 10101001 | 1001101 | 0 | 1011 | 11010 | 10101100 | 111111 | 101101 |
Color Harmonies of #2BBDA9
Complementary color
Monochromatic Colors of #2BBDA9
Black with #2BBDA9
Text Example
Text Example
White with #2BBDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBDA9; }
p { color: rgb(43,189,169); }
H1.HeaderClassName
{
color: #2BBDA9;
}
.AnyTagClassName
{
color: #2BBDA9;
}
</style>
background-color css
<style>
a { background-color: #2BBDA9; }
a { background-color: rgb(43,189,169); }
div.DivClassName
{
background-color: #2BBDA9;
}
.BgClassName
{
background-color: #2BBDA9;
}
</style>
border-color css
<style>
span { border-color: #2BBDA9; }
span { border-color: rgb(43,189,169); }
td.TdClassName
{
border-color: #2BBDA9;
}
.TagClassName
{
border-color: #2BBDA9;
}
</style>