Shades of Light Sea Green #2CC1AA
Tints of Light Sea Green #2CC1AA
RGB
CMYK
RGB Variations
Color information
#2CC1AA (or 0x2CC1AA) is known color: Light Sea Green. HEX triplet: 2C, C1 and AA. RGB value is (44,193,170). Sum of RGB (Red+Green+Blue) = 44+193+170=407 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.81% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC1AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC1AA is #D33E55. Grayscale: #919191. Windows color (decimal): -13844054 or 11190572. OLE color: 11190572.
HSL color Cylindrical-coordinate representation of color #2CC1AA: hue angle of 170.74º 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 #2CC1AA is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 193 | 170 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.24 |
| HSL | 170.74º | 0.63% | 0.46% | - |
| HSV(B) | 170.74º | 0.77% | 0.76% | - |
| XYZ | 27.36 | 41.58 | 44.61 | - |
| YUV | 145.83 | 141.64 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 193 | 170 | 0.77 | 0 | 0.12 | 0.24 | 170.74 | 0.63 | 0.46 |
| Hex | 2C | C1 | AA | 4D | 0 | C | 18 | AB | 3F | 2E |
| Octal | 54 | 301 | 252 | 115 | 0 | 14 | 30 | 253 | 77 | 56 |
| Binary | 101100 | 11000001 | 10101010 | 1001101 | 0 | 1100 | 11000 | 10101011 | 111111 | 101110 |
Color Harmonies of #2CC1AA
Complementary color
Monochromatic Colors of #2CC1AA
Black with #2CC1AA
Text Example
Text Example
White with #2CC1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC1AA; }
p { color: rgb(44,193,170); }
H1.HeaderClassName
{
color: #2CC1AA;
}
.AnyTagClassName
{
color: #2CC1AA;
}
</style>
background-color css
<style>
a { background-color: #2CC1AA; }
a { background-color: rgb(44,193,170); }
div.DivClassName
{
background-color: #2CC1AA;
}
.BgClassName
{
background-color: #2CC1AA;
}
</style>
border-color css
<style>
span { border-color: #2CC1AA; }
span { border-color: rgb(44,193,170); }
td.TdClassName
{
border-color: #2CC1AA;
}
.TagClassName
{
border-color: #2CC1AA;
}
</style>