Shades of Light Sea Green #16A4AE
Tints of Light Sea Green #16A4AE
RGB
CMYK
RGB Variations
Color information
#16A4AE (or 0x16A4AE) is known color: Light Sea Green. HEX triplet: 16, A4 and AE. RGB value is (22,164,174). Sum of RGB (Red+Green+Blue) = 22+164+174=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #16A4AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A4AE is #E95B51. Grayscale: #7A7A7A. Windows color (decimal): -15293266 or 11445270. OLE color: 11445270.
HSL color Cylindrical-coordinate representation of color #16A4AE: hue angle of 183.95º 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 #16A4AE is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 164 | 174 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.32 |
| HSL | 183.95º | 0.78% | 0.38% | - |
| HSV(B) | 183.95º | 0.87% | 0.68% | - |
| XYZ | 21.25 | 29.78 | 44.67 | - |
| YUV | 122.68 | 156.96 | 56.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 164 | 174 | 0.87 | 0.06 | 0 | 0.32 | 183.95 | 0.78 | 0.38 |
| Hex | 16 | A4 | AE | 57 | 6 | 0 | 20 | B8 | 4E | 26 |
| Octal | 26 | 244 | 256 | 127 | 6 | 0 | 40 | 270 | 116 | 46 |
| Binary | 10110 | 10100100 | 10101110 | 1010111 | 110 | 0 | 100000 | 10111000 | 1001110 | 100110 |
Color Harmonies of #16A4AE
Complementary color
Monochromatic Colors of #16A4AE
Black with #16A4AE
Text Example
Text Example
White with #16A4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A4AE; }
p { color: rgb(22,164,174); }
H1.HeaderClassName
{
color: #16A4AE;
}
.AnyTagClassName
{
color: #16A4AE;
}
</style>
background-color css
<style>
a { background-color: #16A4AE; }
a { background-color: rgb(22,164,174); }
div.DivClassName
{
background-color: #16A4AE;
}
.BgClassName
{
background-color: #16A4AE;
}
</style>
border-color css
<style>
span { border-color: #16A4AE; }
span { border-color: rgb(22,164,174); }
td.TdClassName
{
border-color: #16A4AE;
}
.TagClassName
{
border-color: #16A4AE;
}
</style>