Shades of Light Sea Green #2DCBB9
Tints of Light Sea Green #2DCBB9
RGB
CMYK
RGB Variations
Color information
#2DCBB9 (or 0x2DCBB9) is known color: Light Sea Green. HEX triplet: 2D, CB and B9. RGB value is (45,203,185). Sum of RGB (Red+Green+Blue) = 45+203+185=433 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.39% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #2DCBB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCBB9 is #D23446. Grayscale: #999999. Windows color (decimal): -13775943 or 12176173. OLE color: 12176173.
HSL color Cylindrical-coordinate representation of color #2DCBB9: hue angle of 173.16º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCBB9 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 203 | 185 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.20 |
| HSL | 173.16º | 0.64% | 0.49% | - |
| HSV(B) | 173.16º | 0.78% | 0.8% | - |
| XYZ | 31.2 | 46.77 | 53.28 | - |
| YUV | 153.71 | 145.65 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 203 | 185 | 0.78 | 0 | 0.09 | 0.20 | 173.16 | 0.64 | 0.49 |
| Hex | 2D | CB | B9 | 4E | 0 | 9 | 14 | AD | 40 | 31 |
| Octal | 55 | 313 | 271 | 116 | 0 | 11 | 24 | 255 | 100 | 61 |
| Binary | 101101 | 11001011 | 10111001 | 1001110 | 0 | 1001 | 10100 | 10101101 | 1000000 | 110001 |
Color Harmonies of #2DCBB9
Complementary color
Monochromatic Colors of #2DCBB9
Black with #2DCBB9
Text Example
Text Example
White with #2DCBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCBB9; }
p { color: rgb(45,203,185); }
H1.HeaderClassName
{
color: #2DCBB9;
}
.AnyTagClassName
{
color: #2DCBB9;
}
</style>
background-color css
<style>
a { background-color: #2DCBB9; }
a { background-color: rgb(45,203,185); }
div.DivClassName
{
background-color: #2DCBB9;
}
.BgClassName
{
background-color: #2DCBB9;
}
</style>
border-color css
<style>
span { border-color: #2DCBB9; }
span { border-color: rgb(45,203,185); }
td.TdClassName
{
border-color: #2DCBB9;
}
.TagClassName
{
border-color: #2DCBB9;
}
</style>