Shades of Light Sea Green #16AEA0
Tints of Light Sea Green #16AEA0
RGB
CMYK
RGB Variations
Color information
#16AEA0 (or 0x16AEA0) is known color: Light Sea Green. HEX triplet: 16, AE and A0. RGB value is (22,174,160). Sum of RGB (Red+Green+Blue) = 22+174+160=356 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.18% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 174 - color contains mainly: green. Hex color #16AEA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AEA0 is #E9515F. Grayscale: #7E7E7E. Windows color (decimal): -15290720 or 10530326. OLE color: 10530326.
HSL color Cylindrical-coordinate representation of color #16AEA0: hue angle of 174.47º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AEA0 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 174 | 160 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.32 |
| HSL | 174.47º | 0.78% | 0.38% | - |
| HSV(B) | 174.47º | 0.87% | 0.68% | - |
| XYZ | 21.81 | 32.98 | 38.47 | - |
| YUV | 126.96 | 146.64 | 53.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 174 | 160 | 0.87 | 0 | 0.08 | 0.32 | 174.47 | 0.78 | 0.38 |
| Hex | 16 | AE | A0 | 57 | 0 | 8 | 20 | AE | 4E | 26 |
| Octal | 26 | 256 | 240 | 127 | 0 | 10 | 40 | 256 | 116 | 46 |
| Binary | 10110 | 10101110 | 10100000 | 1010111 | 0 | 1000 | 100000 | 10101110 | 1001110 | 100110 |
Color Harmonies of #16AEA0
Complementary color
Monochromatic Colors of #16AEA0
Black with #16AEA0
Text Example
Text Example
White with #16AEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AEA0; }
p { color: rgb(22,174,160); }
H1.HeaderClassName
{
color: #16AEA0;
}
.AnyTagClassName
{
color: #16AEA0;
}
</style>
background-color css
<style>
a { background-color: #16AEA0; }
a { background-color: rgb(22,174,160); }
div.DivClassName
{
background-color: #16AEA0;
}
.BgClassName
{
background-color: #16AEA0;
}
</style>
border-color css
<style>
span { border-color: #16AEA0; }
span { border-color: rgb(22,174,160); }
td.TdClassName
{
border-color: #16AEA0;
}
.TagClassName
{
border-color: #16AEA0;
}
</style>