Shades of Light Sea Green #2CB5AB
Tints of Light Sea Green #2CB5AB
RGB
CMYK
RGB Variations
Color information
#2CB5AB (or 0x2CB5AB) is known color: Light Sea Green. HEX triplet: 2C, B5 and AB. RGB value is (44,181,171). Sum of RGB (Red+Green+Blue) = 44+181+171=396 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.11% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB5AB is #D34A54. Grayscale: #8A8A8A. Windows color (decimal): -13847125 or 11253036. OLE color: 11253036.
HSL color Cylindrical-coordinate representation of color #2CB5AB: hue angle of 175.62º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB5AB is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 181 | 171 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.29 |
| HSL | 175.62º | 0.61% | 0.44% | - |
| HSV(B) | 175.62º | 0.76% | 0.71% | - |
| XYZ | 24.91 | 36.52 | 44.26 | - |
| YUV | 138.9 | 146.11 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 181 | 171 | 0.76 | 0 | 0.06 | 0.29 | 175.62 | 0.61 | 0.44 |
| Hex | 2C | B5 | AB | 4C | 0 | 6 | 1D | B0 | 3D | 2C |
| Octal | 54 | 265 | 253 | 114 | 0 | 6 | 35 | 260 | 75 | 54 |
| Binary | 101100 | 10110101 | 10101011 | 1001100 | 0 | 110 | 11101 | 10110000 | 111101 | 101100 |
Color Harmonies of #2CB5AB
Complementary color
Monochromatic Colors of #2CB5AB
Black with #2CB5AB
Text Example
Text Example
White with #2CB5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB5AB; }
p { color: rgb(44,181,171); }
H1.HeaderClassName
{
color: #2CB5AB;
}
.AnyTagClassName
{
color: #2CB5AB;
}
</style>
background-color css
<style>
a { background-color: #2CB5AB; }
a { background-color: rgb(44,181,171); }
div.DivClassName
{
background-color: #2CB5AB;
}
.BgClassName
{
background-color: #2CB5AB;
}
</style>
border-color css
<style>
span { border-color: #2CB5AB; }
span { border-color: rgb(44,181,171); }
td.TdClassName
{
border-color: #2CB5AB;
}
.TagClassName
{
border-color: #2CB5AB;
}
</style>