Shades of Light Sea Green #2CC1AF
Tints of Light Sea Green #2CC1AF
RGB
CMYK
RGB Variations
Color information
#2CC1AF (or 0x2CC1AF) is known color: Light Sea Green. HEX triplet: 2C, C1 and AF. RGB value is (44,193,175). Sum of RGB (Red+Green+Blue) = 44+193+175=412 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.68% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC1AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC1AF is #D33E50. Grayscale: #929292. Windows color (decimal): -13844049 or 11518252. OLE color: 11518252.
HSL color Cylindrical-coordinate representation of color #2CC1AF: hue angle of 172.75º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC1AF is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 193 | 175 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.24 |
| HSL | 172.75º | 0.63% | 0.46% | - |
| HSV(B) | 172.75º | 0.77% | 0.76% | - |
| XYZ | 27.85 | 41.77 | 47.15 | - |
| YUV | 146.4 | 144.14 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 193 | 175 | 0.77 | 0 | 0.09 | 0.24 | 172.75 | 0.63 | 0.46 |
| Hex | 2C | C1 | AF | 4D | 0 | 9 | 18 | AD | 3F | 2E |
| Octal | 54 | 301 | 257 | 115 | 0 | 11 | 30 | 255 | 77 | 56 |
| Binary | 101100 | 11000001 | 10101111 | 1001101 | 0 | 1001 | 11000 | 10101101 | 111111 | 101110 |
Color Harmonies of #2CC1AF
Complementary color
Monochromatic Colors of #2CC1AF
Black with #2CC1AF
Text Example
Text Example
White with #2CC1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC1AF; }
p { color: rgb(44,193,175); }
H1.HeaderClassName
{
color: #2CC1AF;
}
.AnyTagClassName
{
color: #2CC1AF;
}
</style>
background-color css
<style>
a { background-color: #2CC1AF; }
a { background-color: rgb(44,193,175); }
div.DivClassName
{
background-color: #2CC1AF;
}
.BgClassName
{
background-color: #2CC1AF;
}
</style>
border-color css
<style>
span { border-color: #2CC1AF; }
span { border-color: rgb(44,193,175); }
td.TdClassName
{
border-color: #2CC1AF;
}
.TagClassName
{
border-color: #2CC1AF;
}
</style>