Shades of Light Sea Green #2CC8B4
Tints of Light Sea Green #2CC8B4
RGB
CMYK
RGB Variations
Color information
#2CC8B4 (or 0x2CC8B4) is known color: Light Sea Green. HEX triplet: 2C, C8 and B4. RGB value is (44,200,180). Sum of RGB (Red+Green+Blue) = 44+200+180=424 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.38% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 200 - color contains mainly: green. Hex color #2CC8B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC8B4 is #D3374B. Grayscale: #979797. Windows color (decimal): -13842252 or 11847724. OLE color: 11847724.
HSL color Cylindrical-coordinate representation of color #2CC8B4: hue angle of 172.31º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC8B4 is Cyan = 0.78, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 200 | 180 | - |
| CMYK | 0.78 | 0 | 0.1 | 0.22 |
| HSL | 172.31º | 0.64% | 0.48% | - |
| HSV(B) | 172.31º | 0.78% | 0.78% | - |
| XYZ | 29.93 | 45.14 | 50.32 | - |
| YUV | 151.08 | 144.32 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 200 | 180 | 0.78 | 0 | 0.1 | 0.22 | 172.31 | 0.64 | 0.48 |
| Hex | 2C | C8 | B4 | 4E | 0 | A | 16 | AC | 40 | 30 |
| Octal | 54 | 310 | 264 | 116 | 0 | 12 | 26 | 254 | 100 | 60 |
| Binary | 101100 | 11001000 | 10110100 | 1001110 | 0 | 1010 | 10110 | 10101100 | 1000000 | 110000 |
Color Harmonies of #2CC8B4
Complementary color
Monochromatic Colors of #2CC8B4
Black with #2CC8B4
Text Example
Text Example
White with #2CC8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC8B4; }
p { color: rgb(44,200,180); }
H1.HeaderClassName
{
color: #2CC8B4;
}
.AnyTagClassName
{
color: #2CC8B4;
}
</style>
background-color css
<style>
a { background-color: #2CC8B4; }
a { background-color: rgb(44,200,180); }
div.DivClassName
{
background-color: #2CC8B4;
}
.BgClassName
{
background-color: #2CC8B4;
}
</style>
border-color css
<style>
span { border-color: #2CC8B4; }
span { border-color: rgb(44,200,180); }
td.TdClassName
{
border-color: #2CC8B4;
}
.TagClassName
{
border-color: #2CC8B4;
}
</style>