Shades of Light Sea Green #2CCBB8
Tints of Light Sea Green #2CCBB8
RGB
CMYK
RGB Variations
Color information
#2CCBB8 (or 0x2CCBB8) is known color: Light Sea Green. HEX triplet: 2C, CB and B8. RGB value is (44,203,184). Sum of RGB (Red+Green+Blue) = 44+203+184=431 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.21% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCBB8 is #D33447. Grayscale: #999999. Windows color (decimal): -13841480 or 12110636. OLE color: 12110636.
HSL color Cylindrical-coordinate representation of color #2CCBB8: hue angle of 172.83º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCBB8 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 203 | 184 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.20 |
| HSL | 172.83º | 0.64% | 0.48% | - |
| HSV(B) | 172.83º | 0.78% | 0.8% | - |
| XYZ | 31.05 | 46.71 | 52.73 | - |
| YUV | 153.29 | 145.32 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 203 | 184 | 0.78 | 0 | 0.09 | 0.20 | 172.83 | 0.64 | 0.48 |
| Hex | 2C | CB | B8 | 4E | 0 | 9 | 14 | AD | 40 | 30 |
| Octal | 54 | 313 | 270 | 116 | 0 | 11 | 24 | 255 | 100 | 60 |
| Binary | 101100 | 11001011 | 10111000 | 1001110 | 0 | 1001 | 10100 | 10101101 | 1000000 | 110000 |
Color Harmonies of #2CCBB8
Complementary color
Monochromatic Colors of #2CCBB8
Black with #2CCBB8
Text Example
Text Example
White with #2CCBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCBB8; }
p { color: rgb(44,203,184); }
H1.HeaderClassName
{
color: #2CCBB8;
}
.AnyTagClassName
{
color: #2CCBB8;
}
</style>
background-color css
<style>
a { background-color: #2CCBB8; }
a { background-color: rgb(44,203,184); }
div.DivClassName
{
background-color: #2CCBB8;
}
.BgClassName
{
background-color: #2CCBB8;
}
</style>
border-color css
<style>
span { border-color: #2CCBB8; }
span { border-color: rgb(44,203,184); }
td.TdClassName
{
border-color: #2CCBB8;
}
.TagClassName
{
border-color: #2CCBB8;
}
</style>