Shades of Light Sea Green #16BBAB
Tints of Light Sea Green #16BBAB
RGB
CMYK
RGB Variations
Color information
#16BBAB (or 0x16BBAB) is known color: Light Sea Green. HEX triplet: 16, BB and AB. RGB value is (22,187,171). Sum of RGB (Red+Green+Blue) = 22+187+171=380 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.79% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #16BBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BBAB is #E94454. Grayscale: #878787. Windows color (decimal): -15287381 or 11254550. OLE color: 11254550.
HSL color Cylindrical-coordinate representation of color #16BBAB: hue angle of 174.18º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BBAB is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 187 | 171 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.27 |
| HSL | 174.18º | 0.79% | 0.41% | - |
| HSV(B) | 174.18º | 0.88% | 0.73% | - |
| XYZ | 25.45 | 38.65 | 44.65 | - |
| YUV | 135.84 | 147.84 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 187 | 171 | 0.88 | 0 | 0.09 | 0.27 | 174.18 | 0.79 | 0.41 |
| Hex | 16 | BB | AB | 58 | 0 | 9 | 1B | AE | 4F | 29 |
| Octal | 26 | 273 | 253 | 130 | 0 | 11 | 33 | 256 | 117 | 51 |
| Binary | 10110 | 10111011 | 10101011 | 1011000 | 0 | 1001 | 11011 | 10101110 | 1001111 | 101001 |
Color Harmonies of #16BBAB
Complementary color
Monochromatic Colors of #16BBAB
Black with #16BBAB
Text Example
Text Example
White with #16BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BBAB; }
p { color: rgb(22,187,171); }
H1.HeaderClassName
{
color: #16BBAB;
}
.AnyTagClassName
{
color: #16BBAB;
}
</style>
background-color css
<style>
a { background-color: #16BBAB; }
a { background-color: rgb(22,187,171); }
div.DivClassName
{
background-color: #16BBAB;
}
.BgClassName
{
background-color: #16BBAB;
}
</style>
border-color css
<style>
span { border-color: #16BBAB; }
span { border-color: rgb(22,187,171); }
td.TdClassName
{
border-color: #16BBAB;
}
.TagClassName
{
border-color: #16BBAB;
}
</style>