Shades of Light Sea Green #2CC8AF
Tints of Light Sea Green #2CC8AF
RGB
CMYK
RGB Variations
Color information
#2CC8AF (or 0x2CC8AF) is known color: Light Sea Green. HEX triplet: 2C, C8 and AF. RGB value is (44,200,175). Sum of RGB (Red+Green+Blue) = 44+200+175=419 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.50% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #2CC8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC8AF is #D33750. Grayscale: #969696. Windows color (decimal): -13842257 or 11520044. OLE color: 11520044.
HSL color Cylindrical-coordinate representation of color #2CC8AF: hue angle of 170.38º 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 #2CC8AF is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 200 | 175 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.22 |
| HSL | 170.38º | 0.64% | 0.48% | - |
| HSV(B) | 170.38º | 0.78% | 0.78% | - |
| XYZ | 29.43 | 44.94 | 47.68 | - |
| YUV | 150.51 | 141.82 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 200 | 175 | 0.78 | 0 | 0.12 | 0.22 | 170.38 | 0.64 | 0.48 |
| Hex | 2C | C8 | AF | 4E | 0 | C | 16 | AA | 40 | 30 |
| Octal | 54 | 310 | 257 | 116 | 0 | 14 | 26 | 252 | 100 | 60 |
| Binary | 101100 | 11001000 | 10101111 | 1001110 | 0 | 1100 | 10110 | 10101010 | 1000000 | 110000 |
Color Harmonies of #2CC8AF
Complementary color
Monochromatic Colors of #2CC8AF
Black with #2CC8AF
Text Example
Text Example
White with #2CC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC8AF; }
p { color: rgb(44,200,175); }
H1.HeaderClassName
{
color: #2CC8AF;
}
.AnyTagClassName
{
color: #2CC8AF;
}
</style>
background-color css
<style>
a { background-color: #2CC8AF; }
a { background-color: rgb(44,200,175); }
div.DivClassName
{
background-color: #2CC8AF;
}
.BgClassName
{
background-color: #2CC8AF;
}
</style>
border-color css
<style>
span { border-color: #2CC8AF; }
span { border-color: rgb(44,200,175); }
td.TdClassName
{
border-color: #2CC8AF;
}
.TagClassName
{
border-color: #2CC8AF;
}
</style>