Shades of Light Sea Green #2CABAB
Tints of Light Sea Green #2CABAB
RGB
CMYK
RGB Variations
Color information
#2CABAB (or 0x2CABAB) is known color: Light Sea Green. HEX triplet: 2C, AB and AB. RGB value is (44,171,171). Sum of RGB (Red+Green+Blue) = 44+171+171=386 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.40% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #2CABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CABAB is #D35454. Grayscale: #848484. Windows color (decimal): -13849685 or 11250476. OLE color: 11250476.
HSL color Cylindrical-coordinate representation of color #2CABAB: hue angle of 180º 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 #2CABAB is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 171 | 171 | - |
| CMYK | 0.74 | 0 | 0 | 0.33 |
| HSL | 180º | 0.59% | 0.42% | - |
| HSV(B) | 180º | 0.74% | 0.67% | - |
| XYZ | 22.95 | 32.6 | 43.61 | - |
| YUV | 133.03 | 149.42 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 171 | 171 | 0.74 | 0 | 0 | 0.33 | 180 | 0.59 | 0.42 |
| Hex | 2C | AB | AB | 4A | 0 | 0 | 21 | B4 | 3B | 2A |
| Octal | 54 | 253 | 253 | 112 | 0 | 0 | 41 | 264 | 73 | 52 |
| Binary | 101100 | 10101011 | 10101011 | 1001010 | 0 | 0 | 100001 | 10110100 | 111011 | 101010 |
Color Harmonies of #2CABAB
Complementary color
Monochromatic Colors of #2CABAB
Black with #2CABAB
Text Example
Text Example
White with #2CABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CABAB; }
p { color: rgb(44,171,171); }
H1.HeaderClassName
{
color: #2CABAB;
}
.AnyTagClassName
{
color: #2CABAB;
}
</style>
background-color css
<style>
a { background-color: #2CABAB; }
a { background-color: rgb(44,171,171); }
div.DivClassName
{
background-color: #2CABAB;
}
.BgClassName
{
background-color: #2CABAB;
}
</style>
border-color css
<style>
span { border-color: #2CABAB; }
span { border-color: rgb(44,171,171); }
td.TdClassName
{
border-color: #2CABAB;
}
.TagClassName
{
border-color: #2CABAB;
}
</style>