Shades of Light Sea Green #2DCBB8
Tints of Light Sea Green #2DCBB8
RGB
CMYK
RGB Variations
Color information
#2DCBB8 (or 0x2DCBB8) is known color: Light Sea Green. HEX triplet: 2D, CB and B8. RGB value is (45,203,184). Sum of RGB (Red+Green+Blue) = 45+203+184=432 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.42% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 203 - color contains mainly: green. Hex color #2DCBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCBB8 is #D23447. Grayscale: #999999. Windows color (decimal): -13775944 or 12110637. OLE color: 12110637.
HSL color Cylindrical-coordinate representation of color #2DCBB8: hue angle of 172.78º 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 #2DCBB8 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 203 | 184 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.20 |
| HSL | 172.78º | 0.64% | 0.49% | - |
| HSV(B) | 172.78º | 0.78% | 0.8% | - |
| XYZ | 31.09 | 46.73 | 52.73 | - |
| YUV | 153.59 | 145.15 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 203 | 184 | 0.78 | 0 | 0.09 | 0.20 | 172.78 | 0.64 | 0.49 |
| Hex | 2D | CB | B8 | 4E | 0 | 9 | 14 | AD | 40 | 31 |
| Octal | 55 | 313 | 270 | 116 | 0 | 11 | 24 | 255 | 100 | 61 |
| Binary | 101101 | 11001011 | 10111000 | 1001110 | 0 | 1001 | 10100 | 10101101 | 1000000 | 110001 |
Color Harmonies of #2DCBB8
Complementary color
Monochromatic Colors of #2DCBB8
Black with #2DCBB8
Text Example
Text Example
White with #2DCBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCBB8; }
p { color: rgb(45,203,184); }
H1.HeaderClassName
{
color: #2DCBB8;
}
.AnyTagClassName
{
color: #2DCBB8;
}
</style>
background-color css
<style>
a { background-color: #2DCBB8; }
a { background-color: rgb(45,203,184); }
div.DivClassName
{
background-color: #2DCBB8;
}
.BgClassName
{
background-color: #2DCBB8;
}
</style>
border-color css
<style>
span { border-color: #2DCBB8; }
span { border-color: rgb(45,203,184); }
td.TdClassName
{
border-color: #2DCBB8;
}
.TagClassName
{
border-color: #2DCBB8;
}
</style>