Shades of Light Sea Green #2CABAF
Tints of Light Sea Green #2CABAF
RGB
CMYK
RGB Variations
Color information
#2CABAF (or 0x2CABAF) is known color: Light Sea Green. HEX triplet: 2C, AB and AF. RGB value is (44,171,175). Sum of RGB (Red+Green+Blue) = 44+171+175=390 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.28% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #2CABAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CABAF is #D35450. Grayscale: #858585. Windows color (decimal): -13849681 or 11512620. OLE color: 11512620.
HSL color Cylindrical-coordinate representation of color #2CABAF: hue angle of 181.83º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CABAF is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 171 | 175 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.31 |
| HSL | 181.83º | 0.6% | 0.43% | - |
| HSV(B) | 181.83º | 0.75% | 0.69% | - |
| XYZ | 23.34 | 32.76 | 45.65 | - |
| YUV | 133.48 | 151.42 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 171 | 175 | 0.75 | 0.02 | 0 | 0.31 | 181.83 | 0.6 | 0.43 |
| Hex | 2C | AB | AF | 4B | 2 | 0 | 1F | B6 | 3C | 2B |
| Octal | 54 | 253 | 257 | 113 | 2 | 0 | 37 | 266 | 74 | 53 |
| Binary | 101100 | 10101011 | 10101111 | 1001011 | 10 | 0 | 11111 | 10110110 | 111100 | 101011 |
Color Harmonies of #2CABAF
Complementary color
Monochromatic Colors of #2CABAF
Black with #2CABAF
Text Example
Text Example
White with #2CABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CABAF; }
p { color: rgb(44,171,175); }
H1.HeaderClassName
{
color: #2CABAF;
}
.AnyTagClassName
{
color: #2CABAF;
}
</style>
background-color css
<style>
a { background-color: #2CABAF; }
a { background-color: rgb(44,171,175); }
div.DivClassName
{
background-color: #2CABAF;
}
.BgClassName
{
background-color: #2CABAF;
}
</style>
border-color css
<style>
span { border-color: #2CABAF; }
span { border-color: rgb(44,171,175); }
td.TdClassName
{
border-color: #2CABAF;
}
.TagClassName
{
border-color: #2CABAF;
}
</style>