Shades of Light Sea Green #2CCABC
Tints of Light Sea Green #2CCABC
RGB
CMYK
RGB Variations
Color information
#2CCABC (or 0x2CCABC) is known color: Light Sea Green. HEX triplet: 2C, CA and BC. RGB value is (44,202,188). Sum of RGB (Red+Green+Blue) = 44+202+188=434 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.14% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCABC is #D33543. Grayscale: #999999. Windows color (decimal): -13841732 or 12372524. OLE color: 12372524.
HSL color Cylindrical-coordinate representation of color #2CCABC: hue angle of 174.68º 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 #2CCABC is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 202 | 188 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.21 |
| HSL | 174.68º | 0.64% | 0.48% | - |
| HSV(B) | 174.68º | 0.78% | 0.79% | - |
| XYZ | 31.24 | 46.41 | 54.89 | - |
| YUV | 153.16 | 147.65 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 202 | 188 | 0.78 | 0 | 0.07 | 0.21 | 174.68 | 0.64 | 0.48 |
| Hex | 2C | CA | BC | 4E | 0 | 7 | 15 | AF | 40 | 30 |
| Octal | 54 | 312 | 274 | 116 | 0 | 7 | 25 | 257 | 100 | 60 |
| Binary | 101100 | 11001010 | 10111100 | 1001110 | 0 | 111 | 10101 | 10101111 | 1000000 | 110000 |
Color Harmonies of #2CCABC
Complementary color
Monochromatic Colors of #2CCABC
Black with #2CCABC
Text Example
Text Example
White with #2CCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCABC; }
p { color: rgb(44,202,188); }
H1.HeaderClassName
{
color: #2CCABC;
}
.AnyTagClassName
{
color: #2CCABC;
}
</style>
background-color css
<style>
a { background-color: #2CCABC; }
a { background-color: rgb(44,202,188); }
div.DivClassName
{
background-color: #2CCABC;
}
.BgClassName
{
background-color: #2CCABC;
}
</style>
border-color css
<style>
span { border-color: #2CCABC; }
span { border-color: rgb(44,202,188); }
td.TdClassName
{
border-color: #2CCABC;
}
.TagClassName
{
border-color: #2CCABC;
}
</style>