Shades of Light Sea Green #16AFB9
Tints of Light Sea Green #16AFB9
RGB
CMYK
RGB Variations
Color information
#16AFB9 (or 0x16AFB9) is known color: Light Sea Green. HEX triplet: 16, AF and B9. RGB value is (22,175,185). Sum of RGB (Red+Green+Blue) = 22+175+185=382 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.76% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #16AFB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AFB9 is #E95046. Grayscale: #828282. Windows color (decimal): -15290439 or 12168982. OLE color: 12168982.
HSL color Cylindrical-coordinate representation of color #16AFB9: hue angle of 183.68º 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 #16AFB9 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 175 | 185 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.27 |
| HSL | 183.68º | 0.79% | 0.41% | - |
| HSV(B) | 183.68º | 0.88% | 0.73% | - |
| XYZ | 24.42 | 34.33 | 51.24 | - |
| YUV | 130.39 | 158.81 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 175 | 185 | 0.88 | 0.05 | 0 | 0.27 | 183.68 | 0.79 | 0.41 |
| Hex | 16 | AF | B9 | 58 | 5 | 0 | 1B | B8 | 4F | 29 |
| Octal | 26 | 257 | 271 | 130 | 5 | 0 | 33 | 270 | 117 | 51 |
| Binary | 10110 | 10101111 | 10111001 | 1011000 | 101 | 0 | 11011 | 10111000 | 1001111 | 101001 |
Color Harmonies of #16AFB9
Complementary color
Monochromatic Colors of #16AFB9
Black with #16AFB9
Text Example
Text Example
White with #16AFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AFB9; }
p { color: rgb(22,175,185); }
H1.HeaderClassName
{
color: #16AFB9;
}
.AnyTagClassName
{
color: #16AFB9;
}
</style>
background-color css
<style>
a { background-color: #16AFB9; }
a { background-color: rgb(22,175,185); }
div.DivClassName
{
background-color: #16AFB9;
}
.BgClassName
{
background-color: #16AFB9;
}
</style>
border-color css
<style>
span { border-color: #16AFB9; }
span { border-color: rgb(22,175,185); }
td.TdClassName
{
border-color: #16AFB9;
}
.TagClassName
{
border-color: #16AFB9;
}
</style>