Shades of Light Sea Green #16AF9E
Tints of Light Sea Green #16AF9E
RGB
CMYK
RGB Variations
Color information
#16AF9E (or 0x16AF9E) is known color: Light Sea Green. HEX triplet: 16, AF and 9E. RGB value is (22,175,158). Sum of RGB (Red+Green+Blue) = 22+175+158=355 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.20% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AF9E is #E95061. Grayscale: #7F7F7F. Windows color (decimal): -15290466 or 10399510. OLE color: 10399510.
HSL color Cylindrical-coordinate representation of color #16AF9E: hue angle of 173.33º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AF9E is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 175 | 158 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.31 |
| HSL | 173.33º | 0.78% | 0.39% | - |
| HSV(B) | 173.33º | 0.87% | 0.69% | - |
| XYZ | 21.83 | 33.3 | 37.62 | - |
| YUV | 127.32 | 145.31 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 175 | 158 | 0.87 | 0 | 0.10 | 0.31 | 173.33 | 0.78 | 0.39 |
| Hex | 16 | AF | 9E | 57 | 0 | A | 1F | AD | 4E | 27 |
| Octal | 26 | 257 | 236 | 127 | 0 | 12 | 37 | 255 | 116 | 47 |
| Binary | 10110 | 10101111 | 10011110 | 1010111 | 0 | 1010 | 11111 | 10101101 | 1001110 | 100111 |
Color Harmonies of #16AF9E
Complementary color
Monochromatic Colors of #16AF9E
Black with #16AF9E
Text Example
Text Example
White with #16AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AF9E; }
p { color: rgb(22,175,158); }
H1.HeaderClassName
{
color: #16AF9E;
}
.AnyTagClassName
{
color: #16AF9E;
}
</style>
background-color css
<style>
a { background-color: #16AF9E; }
a { background-color: rgb(22,175,158); }
div.DivClassName
{
background-color: #16AF9E;
}
.BgClassName
{
background-color: #16AF9E;
}
</style>
border-color css
<style>
span { border-color: #16AF9E; }
span { border-color: rgb(22,175,158); }
td.TdClassName
{
border-color: #16AF9E;
}
.TagClassName
{
border-color: #16AF9E;
}
</style>