Shades of Light Sea Green #2CACAB
Tints of Light Sea Green #2CACAB
RGB
CMYK
RGB Variations
Color information
#2CACAB (or 0x2CACAB) is known color: Light Sea Green. HEX triplet: 2C, AC and AB. RGB value is (44,172,171). Sum of RGB (Red+Green+Blue) = 44+172+171=387 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.37% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #2CACAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CACAB is #D35354. Grayscale: #858585. Windows color (decimal): -13849429 or 11250732. OLE color: 11250732.
HSL color Cylindrical-coordinate representation of color #2CACAB: 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 #2CACAB is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 171 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.33 |
| HSL | 179.53º | 0.59% | 0.42% | - |
| HSV(B) | 179.53º | 0.74% | 0.67% | - |
| XYZ | 23.14 | 32.98 | 43.67 | - |
| YUV | 133.61 | 149.09 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 171 | 0.74 | 0 | 0.01 | 0.33 | 179.53 | 0.59 | 0.42 |
| Hex | 2C | AC | AB | 4A | 0 | 1 | 21 | B4 | 3B | 2A |
| Octal | 54 | 254 | 253 | 112 | 0 | 1 | 41 | 264 | 73 | 52 |
| Binary | 101100 | 10101100 | 10101011 | 1001010 | 0 | 1 | 100001 | 10110100 | 111011 | 101010 |
Color Harmonies of #2CACAB
Complementary color
Monochromatic Colors of #2CACAB
Black with #2CACAB
Text Example
Text Example
White with #2CACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CACAB; }
p { color: rgb(44,172,171); }
H1.HeaderClassName
{
color: #2CACAB;
}
.AnyTagClassName
{
color: #2CACAB;
}
</style>
background-color css
<style>
a { background-color: #2CACAB; }
a { background-color: rgb(44,172,171); }
div.DivClassName
{
background-color: #2CACAB;
}
.BgClassName
{
background-color: #2CACAB;
}
</style>
border-color css
<style>
span { border-color: #2CACAB; }
span { border-color: rgb(44,172,171); }
td.TdClassName
{
border-color: #2CACAB;
}
.TagClassName
{
border-color: #2CACAB;
}
</style>