Shades of Light Sea Green #2CC5AF
Tints of Light Sea Green #2CC5AF
RGB
CMYK
RGB Variations
Color information
#2CC5AF (or 0x2CC5AF) is known color: Light Sea Green. HEX triplet: 2C, C5 and AF. RGB value is (44,197,175). Sum of RGB (Red+Green+Blue) = 44+197+175=416 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.58% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC5AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC5AF is #D33A50. Grayscale: #949494. Windows color (decimal): -13843025 or 11519276. OLE color: 11519276.
HSL color Cylindrical-coordinate representation of color #2CC5AF: hue angle of 171.37º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC5AF is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 44 | 197 | 175 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.23 |
| HSL | 171.37º | 0.63% | 0.47% | - |
| HSV(B) | 171.37º | 0.78% | 0.77% | - |
| XYZ | 28.74 | 43.56 | 47.45 | - |
| YUV | 148.75 | 142.81 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 197 | 175 | 0.78 | 0 | 0.11 | 0.23 | 171.37 | 0.63 | 0.47 |
| Hex | 2C | C5 | AF | 4E | 0 | B | 17 | AB | 3F | 2F |
| Octal | 54 | 305 | 257 | 116 | 0 | 13 | 27 | 253 | 77 | 57 |
| Binary | 101100 | 11000101 | 10101111 | 1001110 | 0 | 1011 | 10111 | 10101011 | 111111 | 101111 |
Color Harmonies of #2CC5AF
Complementary color
Monochromatic Colors of #2CC5AF
Black with #2CC5AF
Text Example
Text Example
White with #2CC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC5AF; }
p { color: rgb(44,197,175); }
H1.HeaderClassName
{
color: #2CC5AF;
}
.AnyTagClassName
{
color: #2CC5AF;
}
</style>
background-color css
<style>
a { background-color: #2CC5AF; }
a { background-color: rgb(44,197,175); }
div.DivClassName
{
background-color: #2CC5AF;
}
.BgClassName
{
background-color: #2CC5AF;
}
</style>
border-color css
<style>
span { border-color: #2CC5AF; }
span { border-color: rgb(44,197,175); }
td.TdClassName
{
border-color: #2CC5AF;
}
.TagClassName
{
border-color: #2CC5AF;
}
</style>