Shades of Light Sea Green #16AF9A
Tints of Light Sea Green #16AF9A
RGB
CMYK
RGB Variations
Color information
#16AF9A (or 0x16AF9A) is known color: Light Sea Green. HEX triplet: 16, AF and 9A. RGB value is (22,175,154). Sum of RGB (Red+Green+Blue) = 22+175+154=351 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.27% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AF9A is #E95065. Grayscale: #7E7E7E. Windows color (decimal): -15290470 or 10137366. OLE color: 10137366.
HSL color Cylindrical-coordinate representation of color #16AF9A: hue angle of 171.76º 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 #16AF9A is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 175 | 154 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.31 |
| HSL | 171.76º | 0.78% | 0.39% | - |
| HSV(B) | 171.76º | 0.87% | 0.69% | - |
| XYZ | 21.49 | 33.16 | 35.84 | - |
| YUV | 126.86 | 143.31 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 175 | 154 | 0.87 | 0 | 0.12 | 0.31 | 171.76 | 0.78 | 0.39 |
| Hex | 16 | AF | 9A | 57 | 0 | C | 1F | AC | 4E | 27 |
| Octal | 26 | 257 | 232 | 127 | 0 | 14 | 37 | 254 | 116 | 47 |
| Binary | 10110 | 10101111 | 10011010 | 1010111 | 0 | 1100 | 11111 | 10101100 | 1001110 | 100111 |
Color Harmonies of #16AF9A
Complementary color
Monochromatic Colors of #16AF9A
Black with #16AF9A
Text Example
Text Example
White with #16AF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AF9A; }
p { color: rgb(22,175,154); }
H1.HeaderClassName
{
color: #16AF9A;
}
.AnyTagClassName
{
color: #16AF9A;
}
</style>
background-color css
<style>
a { background-color: #16AF9A; }
a { background-color: rgb(22,175,154); }
div.DivClassName
{
background-color: #16AF9A;
}
.BgClassName
{
background-color: #16AF9A;
}
</style>
border-color css
<style>
span { border-color: #16AF9A; }
span { border-color: rgb(22,175,154); }
td.TdClassName
{
border-color: #16AF9A;
}
.TagClassName
{
border-color: #16AF9A;
}
</style>