Shades of Light Sea Green #16BBB2
Tints of Light Sea Green #16BBB2
RGB
CMYK
RGB Variations
Color information
#16BBB2 (or 0x16BBB2) is known color: Light Sea Green. HEX triplet: 16, BB and B2. RGB value is (22,187,178). Sum of RGB (Red+Green+Blue) = 22+187+178=387 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.68% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 187 - color contains mainly: green. Hex color #16BBB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BBB2 is #E9444D. Grayscale: #888888. Windows color (decimal): -15287374 or 11713302. OLE color: 11713302.
HSL color Cylindrical-coordinate representation of color #16BBB2: hue angle of 176.73º 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 #16BBB2 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 187 | 178 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.27 |
| HSL | 176.73º | 0.79% | 0.41% | - |
| HSV(B) | 176.73º | 0.88% | 0.73% | - |
| XYZ | 26.14 | 38.93 | 48.26 | - |
| YUV | 136.64 | 151.34 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 187 | 178 | 0.88 | 0 | 0.05 | 0.27 | 176.73 | 0.79 | 0.41 |
| Hex | 16 | BB | B2 | 58 | 0 | 5 | 1B | B1 | 4F | 29 |
| Octal | 26 | 273 | 262 | 130 | 0 | 5 | 33 | 261 | 117 | 51 |
| Binary | 10110 | 10111011 | 10110010 | 1011000 | 0 | 101 | 11011 | 10110001 | 1001111 | 101001 |
Color Harmonies of #16BBB2
Complementary color
Monochromatic Colors of #16BBB2
Black with #16BBB2
Text Example
Text Example
White with #16BBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BBB2; }
p { color: rgb(22,187,178); }
H1.HeaderClassName
{
color: #16BBB2;
}
.AnyTagClassName
{
color: #16BBB2;
}
</style>
background-color css
<style>
a { background-color: #16BBB2; }
a { background-color: rgb(22,187,178); }
div.DivClassName
{
background-color: #16BBB2;
}
.BgClassName
{
background-color: #16BBB2;
}
</style>
border-color css
<style>
span { border-color: #16BBB2; }
span { border-color: rgb(22,187,178); }
td.TdClassName
{
border-color: #16BBB2;
}
.TagClassName
{
border-color: #16BBB2;
}
</style>