Shades of Light Sea Green #16C0AC
Tints of Light Sea Green #16C0AC
RGB
CMYK
RGB Variations
Color information
#16C0AC (or 0x16C0AC) is known color: Light Sea Green. HEX triplet: 16, C0 and AC. RGB value is (22,192,172). Sum of RGB (Red+Green+Blue) = 22+192+172=386 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.70% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #16C0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C0AC is #E93F53. Grayscale: #8A8A8A. Windows color (decimal): -15286100 or 11321366. OLE color: 11321366.
HSL color Cylindrical-coordinate representation of color #16C0AC: hue angle of 172.94º 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 #16C0AC is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 192 | 172 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.25 |
| HSL | 172.94º | 0.79% | 0.42% | - |
| HSV(B) | 172.94º | 0.89% | 0.75% | - |
| XYZ | 26.63 | 40.85 | 45.51 | - |
| YUV | 138.89 | 146.68 | 44.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 192 | 172 | 0.89 | 0 | 0.10 | 0.25 | 172.94 | 0.79 | 0.42 |
| Hex | 16 | C0 | AC | 59 | 0 | A | 19 | AD | 4F | 2A |
| Octal | 26 | 300 | 254 | 131 | 0 | 12 | 31 | 255 | 117 | 52 |
| Binary | 10110 | 11000000 | 10101100 | 1011001 | 0 | 1010 | 11001 | 10101101 | 1001111 | 101010 |
Color Harmonies of #16C0AC
Complementary color
Monochromatic Colors of #16C0AC
Black with #16C0AC
Text Example
Text Example
White with #16C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C0AC; }
p { color: rgb(22,192,172); }
H1.HeaderClassName
{
color: #16C0AC;
}
.AnyTagClassName
{
color: #16C0AC;
}
</style>
background-color css
<style>
a { background-color: #16C0AC; }
a { background-color: rgb(22,192,172); }
div.DivClassName
{
background-color: #16C0AC;
}
.BgClassName
{
background-color: #16C0AC;
}
</style>
border-color css
<style>
span { border-color: #16C0AC; }
span { border-color: rgb(22,192,172); }
td.TdClassName
{
border-color: #16C0AC;
}
.TagClassName
{
border-color: #16C0AC;
}
</style>