Shades of Light Sea Green #2CABAA
Tints of Light Sea Green #2CABAA
RGB
CMYK
RGB Variations
Color information
#2CABAA (or 0x2CABAA) is known color: Light Sea Green. HEX triplet: 2C, AB and AA. RGB value is (44,171,170). Sum of RGB (Red+Green+Blue) = 44+171+170=385 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.43% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 171 - color contains mainly: green. Hex color #2CABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CABAA is #D35455. Grayscale: #848484. Windows color (decimal): -13849686 or 11184940. OLE color: 11184940.
HSL color Cylindrical-coordinate representation of color #2CABAA: hue angle of 179.53º 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 #2CABAA is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 171 | 170 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.33 |
| HSL | 179.53º | 0.59% | 0.42% | - |
| HSV(B) | 179.53º | 0.74% | 0.67% | - |
| XYZ | 22.86 | 32.56 | 43.11 | - |
| YUV | 132.91 | 148.92 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 171 | 170 | 0.74 | 0 | 0.01 | 0.33 | 179.53 | 0.59 | 0.42 |
| Hex | 2C | AB | AA | 4A | 0 | 1 | 21 | B4 | 3B | 2A |
| Octal | 54 | 253 | 252 | 112 | 0 | 1 | 41 | 264 | 73 | 52 |
| Binary | 101100 | 10101011 | 10101010 | 1001010 | 0 | 1 | 100001 | 10110100 | 111011 | 101010 |
Color Harmonies of #2CABAA
Complementary color
Monochromatic Colors of #2CABAA
Black with #2CABAA
Text Example
Text Example
White with #2CABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CABAA; }
p { color: rgb(44,171,170); }
H1.HeaderClassName
{
color: #2CABAA;
}
.AnyTagClassName
{
color: #2CABAA;
}
</style>
background-color css
<style>
a { background-color: #2CABAA; }
a { background-color: rgb(44,171,170); }
div.DivClassName
{
background-color: #2CABAA;
}
.BgClassName
{
background-color: #2CABAA;
}
</style>
border-color css
<style>
span { border-color: #2CABAA; }
span { border-color: rgb(44,171,170); }
td.TdClassName
{
border-color: #2CABAA;
}
.TagClassName
{
border-color: #2CABAA;
}
</style>