Shades of Light Sea Green #16BBAC
Tints of Light Sea Green #16BBAC
RGB
CMYK
RGB Variations
Color information
#16BBAC (or 0x16BBAC) is known color: Light Sea Green. HEX triplet: 16, BB and AC. RGB value is (22,187,172). Sum of RGB (Red+Green+Blue) = 22+187+172=381 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.77% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #16BBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BBAC is #E94453. Grayscale: #878787. Windows color (decimal): -15287380 or 11320086. OLE color: 11320086.
HSL color Cylindrical-coordinate representation of color #16BBAC: hue angle of 174.55º 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 #16BBAC is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 187 | 172 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.27 |
| HSL | 174.55º | 0.79% | 0.41% | - |
| HSV(B) | 174.55º | 0.88% | 0.73% | - |
| XYZ | 25.55 | 38.69 | 45.15 | - |
| YUV | 135.96 | 148.34 | 46.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 187 | 172 | 0.88 | 0 | 0.08 | 0.27 | 174.55 | 0.79 | 0.41 |
| Hex | 16 | BB | AC | 58 | 0 | 8 | 1B | AF | 4F | 29 |
| Octal | 26 | 273 | 254 | 130 | 0 | 10 | 33 | 257 | 117 | 51 |
| Binary | 10110 | 10111011 | 10101100 | 1011000 | 0 | 1000 | 11011 | 10101111 | 1001111 | 101001 |
Color Harmonies of #16BBAC
Complementary color
Monochromatic Colors of #16BBAC
Black with #16BBAC
Text Example
Text Example
White with #16BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BBAC; }
p { color: rgb(22,187,172); }
H1.HeaderClassName
{
color: #16BBAC;
}
.AnyTagClassName
{
color: #16BBAC;
}
</style>
background-color css
<style>
a { background-color: #16BBAC; }
a { background-color: rgb(22,187,172); }
div.DivClassName
{
background-color: #16BBAC;
}
.BgClassName
{
background-color: #16BBAC;
}
</style>
border-color css
<style>
span { border-color: #16BBAC; }
span { border-color: rgb(22,187,172); }
td.TdClassName
{
border-color: #16BBAC;
}
.TagClassName
{
border-color: #16BBAC;
}
</style>