Shades of Light Sea Green #16C0AA
Tints of Light Sea Green #16C0AA
RGB
CMYK
RGB Variations
Color information
#16C0AA (or 0x16C0AA) is known color: Light Sea Green. HEX triplet: 16, C0 and AA. RGB value is (22,192,170). Sum of RGB (Red+Green+Blue) = 22+192+170=384 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.73% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #16C0AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C0AA is #E93F55. Grayscale: #8A8A8A. Windows color (decimal): -15286102 or 11190294. OLE color: 11190294.
HSL color Cylindrical-coordinate representation of color #16C0AA: hue angle of 172.24º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C0AA is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 192 | 170 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.25 |
| HSL | 172.24º | 0.79% | 0.42% | - |
| HSV(B) | 172.24º | 0.89% | 0.75% | - |
| XYZ | 26.44 | 40.77 | 44.51 | - |
| YUV | 138.66 | 145.68 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 192 | 170 | 0.89 | 0 | 0.11 | 0.25 | 172.24 | 0.79 | 0.42 |
| Hex | 16 | C0 | AA | 59 | 0 | B | 19 | AC | 4F | 2A |
| Octal | 26 | 300 | 252 | 131 | 0 | 13 | 31 | 254 | 117 | 52 |
| Binary | 10110 | 11000000 | 10101010 | 1011001 | 0 | 1011 | 11001 | 10101100 | 1001111 | 101010 |
Color Harmonies of #16C0AA
Complementary color
Monochromatic Colors of #16C0AA
Black with #16C0AA
Text Example
Text Example
White with #16C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C0AA; }
p { color: rgb(22,192,170); }
H1.HeaderClassName
{
color: #16C0AA;
}
.AnyTagClassName
{
color: #16C0AA;
}
</style>
background-color css
<style>
a { background-color: #16C0AA; }
a { background-color: rgb(22,192,170); }
div.DivClassName
{
background-color: #16C0AA;
}
.BgClassName
{
background-color: #16C0AA;
}
</style>
border-color css
<style>
span { border-color: #16C0AA; }
span { border-color: rgb(22,192,170); }
td.TdClassName
{
border-color: #16C0AA;
}
.TagClassName
{
border-color: #16C0AA;
}
</style>