Shades of Light Sea Green #2BBDB9
Tints of Light Sea Green #2BBDB9
RGB
CMYK
RGB Variations
Color information
#2BBDB9 (or 0x2BBDB9) is known color: Light Sea Green. HEX triplet: 2B, BD and B9. RGB value is (43,189,185). Sum of RGB (Red+Green+Blue) = 43+189+185=417 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.31% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBDB9 is #D44246. Grayscale: #909090. Windows color (decimal): -13910599 or 12172587. OLE color: 12172587.
HSL color Cylindrical-coordinate representation of color #2BBDB9: hue angle of 178.36º 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 #2BBDB9 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 189 | 185 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.26 |
| HSL | 178.36º | 0.63% | 0.45% | - |
| HSV(B) | 178.36º | 0.77% | 0.74% | - |
| XYZ | 27.95 | 40.41 | 52.23 | - |
| YUV | 144.89 | 150.63 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 189 | 185 | 0.77 | 0 | 0.02 | 0.26 | 178.36 | 0.63 | 0.45 |
| Hex | 2B | BD | B9 | 4D | 0 | 2 | 1A | B2 | 3F | 2D |
| Octal | 53 | 275 | 271 | 115 | 0 | 2 | 32 | 262 | 77 | 55 |
| Binary | 101011 | 10111101 | 10111001 | 1001101 | 0 | 10 | 11010 | 10110010 | 111111 | 101101 |
Color Harmonies of #2BBDB9
Complementary color
Monochromatic Colors of #2BBDB9
Black with #2BBDB9
Text Example
Text Example
White with #2BBDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBDB9; }
p { color: rgb(43,189,185); }
H1.HeaderClassName
{
color: #2BBDB9;
}
.AnyTagClassName
{
color: #2BBDB9;
}
</style>
background-color css
<style>
a { background-color: #2BBDB9; }
a { background-color: rgb(43,189,185); }
div.DivClassName
{
background-color: #2BBDB9;
}
.BgClassName
{
background-color: #2BBDB9;
}
</style>
border-color css
<style>
span { border-color: #2BBDB9; }
span { border-color: rgb(43,189,185); }
td.TdClassName
{
border-color: #2BBDB9;
}
.TagClassName
{
border-color: #2BBDB9;
}
</style>