Shades of Light Sea Green #16CBAB
Tints of Light Sea Green #16CBAB
RGB
CMYK
RGB Variations
Color information
#16CBAB (or 0x16CBAB) is known color: Light Sea Green. HEX triplet: 16, CB and AB. RGB value is (22,203,171). Sum of RGB (Red+Green+Blue) = 22+203+171=396 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.56% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #16CBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16CBAB is #E93454. Grayscale: #919191. Windows color (decimal): -15283285 or 11258646. OLE color: 11258646.
HSL color Cylindrical-coordinate representation of color #16CBAB: hue angle of 169.39º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CBAB is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 203 | 171 | - |
| CMYK | 0.89 | 0 | 0.16 | 0.20 |
| HSL | 169.39º | 0.8% | 0.44% | - |
| HSV(B) | 169.39º | 0.89% | 0.8% | - |
| XYZ | 29.04 | 45.82 | 45.84 | - |
| YUV | 145.23 | 142.53 | 40.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 203 | 171 | 0.89 | 0 | 0.16 | 0.20 | 169.39 | 0.8 | 0.44 |
| Hex | 16 | CB | AB | 59 | 0 | 10 | 14 | A9 | 50 | 2C |
| Octal | 26 | 313 | 253 | 131 | 0 | 20 | 24 | 251 | 120 | 54 |
| Binary | 10110 | 11001011 | 10101011 | 1011001 | 0 | 10000 | 10100 | 10101001 | 1010000 | 101100 |
Color Harmonies of #16CBAB
Complementary color
Monochromatic Colors of #16CBAB
Black with #16CBAB
Text Example
Text Example
White with #16CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CBAB; }
p { color: rgb(22,203,171); }
H1.HeaderClassName
{
color: #16CBAB;
}
.AnyTagClassName
{
color: #16CBAB;
}
</style>
background-color css
<style>
a { background-color: #16CBAB; }
a { background-color: rgb(22,203,171); }
div.DivClassName
{
background-color: #16CBAB;
}
.BgClassName
{
background-color: #16CBAB;
}
</style>
border-color css
<style>
span { border-color: #16CBAB; }
span { border-color: rgb(22,203,171); }
td.TdClassName
{
border-color: #16CBAB;
}
.TagClassName
{
border-color: #16CBAB;
}
</style>