Shades of Light Sea Green #16CCAF
Tints of Light Sea Green #16CCAF
RGB
CMYK
RGB Variations
Color information
#16CCAF (or 0x16CCAF) is known color: Light Sea Green. HEX triplet: 16, CC and AF. RGB value is (22,204,175). Sum of RGB (Red+Green+Blue) = 22+204+175=401 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.49% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #16CCAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16CCAF is #E93350. Grayscale: #929292. Windows color (decimal): -15283025 or 11521046. OLE color: 11521046.
HSL color Cylindrical-coordinate representation of color #16CCAF: hue angle of 170.44º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CCAF is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 204 | 175 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.2 |
| HSL | 170.44º | 0.81% | 0.44% | - |
| HSV(B) | 170.44º | 0.89% | 0.8% | - |
| XYZ | 29.66 | 46.45 | 47.96 | - |
| YUV | 146.28 | 144.2 | 39.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 204 | 175 | 0.89 | 0 | 0.14 | 0.2 | 170.44 | 0.81 | 0.44 |
| Hex | 16 | CC | AF | 59 | 0 | E | 14 | AA | 51 | 2C |
| Octal | 26 | 314 | 257 | 131 | 0 | 16 | 24 | 252 | 121 | 54 |
| Binary | 10110 | 11001100 | 10101111 | 1011001 | 0 | 1110 | 10100 | 10101010 | 1010001 | 101100 |
Color Harmonies of #16CCAF
Complementary color
Monochromatic Colors of #16CCAF
Black with #16CCAF
Text Example
Text Example
White with #16CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CCAF; }
p { color: rgb(22,204,175); }
H1.HeaderClassName
{
color: #16CCAF;
}
.AnyTagClassName
{
color: #16CCAF;
}
</style>
background-color css
<style>
a { background-color: #16CCAF; }
a { background-color: rgb(22,204,175); }
div.DivClassName
{
background-color: #16CCAF;
}
.BgClassName
{
background-color: #16CCAF;
}
</style>
border-color css
<style>
span { border-color: #16CCAF; }
span { border-color: rgb(22,204,175); }
td.TdClassName
{
border-color: #16CCAF;
}
.TagClassName
{
border-color: #16CCAF;
}
</style>