Shades of Light Sea Green #16BA9B
Tints of Light Sea Green #16BA9B
RGB
CMYK
RGB Variations
Color information
#16BA9B (or 0x16BA9B) is known color: Light Sea Green. HEX triplet: 16, BA and 9B. RGB value is (22,186,155). Sum of RGB (Red+Green+Blue) = 22+186+155=363 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.06% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #16BA9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BA9B is #E94564. Grayscale: #858585. Windows color (decimal): -15287653 or 10205718. OLE color: 10205718.
HSL color Cylindrical-coordinate representation of color #16BA9B: hue angle of 168.66º 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 #16BA9B is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 186 | 155 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.27 |
| HSL | 168.66º | 0.79% | 0.41% | - |
| HSV(B) | 168.66º | 0.88% | 0.73% | - |
| XYZ | 23.81 | 37.65 | 37.02 | - |
| YUV | 133.43 | 140.17 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 186 | 155 | 0.88 | 0 | 0.17 | 0.27 | 168.66 | 0.79 | 0.41 |
| Hex | 16 | BA | 9B | 58 | 0 | 11 | 1B | A9 | 4F | 29 |
| Octal | 26 | 272 | 233 | 130 | 0 | 21 | 33 | 251 | 117 | 51 |
| Binary | 10110 | 10111010 | 10011011 | 1011000 | 0 | 10001 | 11011 | 10101001 | 1001111 | 101001 |
Color Harmonies of #16BA9B
Complementary color
Monochromatic Colors of #16BA9B
Black with #16BA9B
Text Example
Text Example
White with #16BA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BA9B; }
p { color: rgb(22,186,155); }
H1.HeaderClassName
{
color: #16BA9B;
}
.AnyTagClassName
{
color: #16BA9B;
}
</style>
background-color css
<style>
a { background-color: #16BA9B; }
a { background-color: rgb(22,186,155); }
div.DivClassName
{
background-color: #16BA9B;
}
.BgClassName
{
background-color: #16BA9B;
}
</style>
border-color css
<style>
span { border-color: #16BA9B; }
span { border-color: rgb(22,186,155); }
td.TdClassName
{
border-color: #16BA9B;
}
.TagClassName
{
border-color: #16BA9B;
}
</style>