Shades of Light Sea Green #2CACAA
Tints of Light Sea Green #2CACAA
RGB
CMYK
RGB Variations
Color information
#2CACAA (or 0x2CACAA) is known color: Light Sea Green. HEX triplet: 2C, AC and AA. RGB value is (44,172,170). Sum of RGB (Red+Green+Blue) = 44+172+170=386 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.40% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 172 - color contains mainly: green. Hex color #2CACAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CACAA is #D35355. Grayscale: #858585. Windows color (decimal): -13849430 or 11185196. OLE color: 11185196.
HSL color Cylindrical-coordinate representation of color #2CACAA: hue angle of 179.06º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CACAA is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 170 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.33 |
| HSL | 179.06º | 0.59% | 0.42% | - |
| HSV(B) | 179.06º | 0.74% | 0.67% | - |
| XYZ | 23.05 | 32.94 | 43.17 | - |
| YUV | 133.5 | 148.59 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 170 | 0.74 | 0 | 0.01 | 0.33 | 179.06 | 0.59 | 0.42 |
| Hex | 2C | AC | AA | 4A | 0 | 1 | 21 | B3 | 3B | 2A |
| Octal | 54 | 254 | 252 | 112 | 0 | 1 | 41 | 263 | 73 | 52 |
| Binary | 101100 | 10101100 | 10101010 | 1001010 | 0 | 1 | 100001 | 10110011 | 111011 | 101010 |
Color Harmonies of #2CACAA
Complementary color
Monochromatic Colors of #2CACAA
Black with #2CACAA
Text Example
Text Example
White with #2CACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CACAA; }
p { color: rgb(44,172,170); }
H1.HeaderClassName
{
color: #2CACAA;
}
.AnyTagClassName
{
color: #2CACAA;
}
</style>
background-color css
<style>
a { background-color: #2CACAA; }
a { background-color: rgb(44,172,170); }
div.DivClassName
{
background-color: #2CACAA;
}
.BgClassName
{
background-color: #2CACAA;
}
</style>
border-color css
<style>
span { border-color: #2CACAA; }
span { border-color: rgb(44,172,170); }
td.TdClassName
{
border-color: #2CACAA;
}
.TagClassName
{
border-color: #2CACAA;
}
</style>