Shades of Light Sea Green #2CCAB4
Tints of Light Sea Green #2CCAB4
RGB
CMYK
RGB Variations
Color information
#2CCAB4 (or 0x2CCAB4) is known color: Light Sea Green. HEX triplet: 2C, CA and B4. RGB value is (44,202,180). Sum of RGB (Red+Green+Blue) = 44+202+180=426 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.33% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCAB4 is #D3354B. Grayscale: #989898. Windows color (decimal): -13841740 or 11848236. OLE color: 11848236.
HSL color Cylindrical-coordinate representation of color #2CCAB4: hue angle of 171.65º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCAB4 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 202 | 180 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.21 |
| HSL | 171.65º | 0.64% | 0.48% | - |
| HSV(B) | 171.65º | 0.78% | 0.79% | - |
| XYZ | 30.4 | 46.07 | 50.47 | - |
| YUV | 152.25 | 143.65 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 202 | 180 | 0.78 | 0 | 0.11 | 0.21 | 171.65 | 0.64 | 0.48 |
| Hex | 2C | CA | B4 | 4E | 0 | B | 15 | AC | 40 | 30 |
| Octal | 54 | 312 | 264 | 116 | 0 | 13 | 25 | 254 | 100 | 60 |
| Binary | 101100 | 11001010 | 10110100 | 1001110 | 0 | 1011 | 10101 | 10101100 | 1000000 | 110000 |
Color Harmonies of #2CCAB4
Complementary color
Monochromatic Colors of #2CCAB4
Black with #2CCAB4
Text Example
Text Example
White with #2CCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCAB4; }
p { color: rgb(44,202,180); }
H1.HeaderClassName
{
color: #2CCAB4;
}
.AnyTagClassName
{
color: #2CCAB4;
}
</style>
background-color css
<style>
a { background-color: #2CCAB4; }
a { background-color: rgb(44,202,180); }
div.DivClassName
{
background-color: #2CCAB4;
}
.BgClassName
{
background-color: #2CCAB4;
}
</style>
border-color css
<style>
span { border-color: #2CCAB4; }
span { border-color: rgb(44,202,180); }
td.TdClassName
{
border-color: #2CCAB4;
}
.TagClassName
{
border-color: #2CCAB4;
}
</style>