Shades of Light Sea Green #2CCABB
Tints of Light Sea Green #2CCABB
RGB
CMYK
RGB Variations
Color information
#2CCABB (or 0x2CCABB) is known color: Light Sea Green. HEX triplet: 2C, CA and BB. RGB value is (44,202,187). Sum of RGB (Red+Green+Blue) = 44+202+187=433 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.16% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCABB is #D33544. Grayscale: #989898. Windows color (decimal): -13841733 or 12306988. OLE color: 12306988.
HSL color Cylindrical-coordinate representation of color #2CCABB: hue angle of 174.3º 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 #2CCABB is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 202 | 187 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.21 |
| HSL | 174.3º | 0.64% | 0.48% | - |
| HSV(B) | 174.3º | 0.78% | 0.79% | - |
| XYZ | 31.13 | 46.36 | 54.32 | - |
| YUV | 153.05 | 147.15 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 202 | 187 | 0.78 | 0 | 0.07 | 0.21 | 174.3 | 0.64 | 0.48 |
| Hex | 2C | CA | BB | 4E | 0 | 7 | 15 | AE | 40 | 30 |
| Octal | 54 | 312 | 273 | 116 | 0 | 7 | 25 | 256 | 100 | 60 |
| Binary | 101100 | 11001010 | 10111011 | 1001110 | 0 | 111 | 10101 | 10101110 | 1000000 | 110000 |
Color Harmonies of #2CCABB
Complementary color
Monochromatic Colors of #2CCABB
Black with #2CCABB
Text Example
Text Example
White with #2CCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCABB; }
p { color: rgb(44,202,187); }
H1.HeaderClassName
{
color: #2CCABB;
}
.AnyTagClassName
{
color: #2CCABB;
}
</style>
background-color css
<style>
a { background-color: #2CCABB; }
a { background-color: rgb(44,202,187); }
div.DivClassName
{
background-color: #2CCABB;
}
.BgClassName
{
background-color: #2CCABB;
}
</style>
border-color css
<style>
span { border-color: #2CCABB; }
span { border-color: rgb(44,202,187); }
td.TdClassName
{
border-color: #2CCABB;
}
.TagClassName
{
border-color: #2CCABB;
}
</style>