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