Shades of Light Sea Green #16AFA4
Tints of Light Sea Green #16AFA4
RGB
CMYK
RGB Variations
Color information
#16AFA4 (or 0x16AFA4) is known color: Light Sea Green. HEX triplet: 16, AF and A4. RGB value is (22,175,164). Sum of RGB (Red+Green+Blue) = 22+175+164=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #16AFA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AFA4 is #E9505B. Grayscale: #7F7F7F. Windows color (decimal): -15290460 or 10792726. OLE color: 10792726.
HSL color Cylindrical-coordinate representation of color #16AFA4: hue angle of 175.69º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AFA4 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 175 | 164 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.31 |
| HSL | 175.69º | 0.78% | 0.39% | - |
| HSV(B) | 175.69º | 0.87% | 0.69% | - |
| XYZ | 22.36 | 33.51 | 40.41 | - |
| YUV | 128 | 148.31 | 52.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 175 | 164 | 0.87 | 0 | 0.06 | 0.31 | 175.69 | 0.78 | 0.39 |
| Hex | 16 | AF | A4 | 57 | 0 | 6 | 1F | B0 | 4E | 27 |
| Octal | 26 | 257 | 244 | 127 | 0 | 6 | 37 | 260 | 116 | 47 |
| Binary | 10110 | 10101111 | 10100100 | 1010111 | 0 | 110 | 11111 | 10110000 | 1001110 | 100111 |
Color Harmonies of #16AFA4
Complementary color
Monochromatic Colors of #16AFA4
Black with #16AFA4
Text Example
Text Example
White with #16AFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AFA4; }
p { color: rgb(22,175,164); }
H1.HeaderClassName
{
color: #16AFA4;
}
.AnyTagClassName
{
color: #16AFA4;
}
</style>
background-color css
<style>
a { background-color: #16AFA4; }
a { background-color: rgb(22,175,164); }
div.DivClassName
{
background-color: #16AFA4;
}
.BgClassName
{
background-color: #16AFA4;
}
</style>
border-color css
<style>
span { border-color: #16AFA4; }
span { border-color: rgb(22,175,164); }
td.TdClassName
{
border-color: #16AFA4;
}
.TagClassName
{
border-color: #16AFA4;
}
</style>