Shades of Light Sea Green #16CEAF
Tints of Light Sea Green #16CEAF
RGB
CMYK
RGB Variations
Color information
#16CEAF (or 0x16CEAF) is known color: Light Sea Green. HEX triplet: 16, CE and AF. RGB value is (22,206,175). Sum of RGB (Red+Green+Blue) = 22+206+175=403 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.46% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #16CEAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16CEAF is #E93150. Grayscale: #939393. Windows color (decimal): -15282513 or 11521558. OLE color: 11521558.
HSL color Cylindrical-coordinate representation of color #16CEAF: hue angle of 169.89º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CEAF is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 206 | 175 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.19 |
| HSL | 169.89º | 0.81% | 0.45% | - |
| HSV(B) | 169.89º | 0.89% | 0.81% | - |
| XYZ | 30.14 | 47.41 | 48.12 | - |
| YUV | 147.45 | 143.54 | 38.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 206 | 175 | 0.89 | 0 | 0.15 | 0.19 | 169.89 | 0.81 | 0.45 |
| Hex | 16 | CE | AF | 59 | 0 | F | 13 | AA | 51 | 2D |
| Octal | 26 | 316 | 257 | 131 | 0 | 17 | 23 | 252 | 121 | 55 |
| Binary | 10110 | 11001110 | 10101111 | 1011001 | 0 | 1111 | 10011 | 10101010 | 1010001 | 101101 |
Color Harmonies of #16CEAF
Complementary color
Monochromatic Colors of #16CEAF
Black with #16CEAF
Text Example
Text Example
White with #16CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CEAF; }
p { color: rgb(22,206,175); }
H1.HeaderClassName
{
color: #16CEAF;
}
.AnyTagClassName
{
color: #16CEAF;
}
</style>
background-color css
<style>
a { background-color: #16CEAF; }
a { background-color: rgb(22,206,175); }
div.DivClassName
{
background-color: #16CEAF;
}
.BgClassName
{
background-color: #16CEAF;
}
</style>
border-color css
<style>
span { border-color: #16CEAF; }
span { border-color: rgb(22,206,175); }
td.TdClassName
{
border-color: #16CEAF;
}
.TagClassName
{
border-color: #16CEAF;
}
</style>