Shades of Light Sea Green #16B1AD
Tints of Light Sea Green #16B1AD
RGB
CMYK
RGB Variations
Color information
#16B1AD (or 0x16B1AD) is known color: Light Sea Green. HEX triplet: 16, B1 and AD. RGB value is (22,177,173). Sum of RGB (Red+Green+Blue) = 22+177+173=372 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.91% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #16B1AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16B1AD is #E94E52. Grayscale: #828282. Windows color (decimal): -15289939 or 11383062. OLE color: 11383062.
HSL color Cylindrical-coordinate representation of color #16B1AD: hue angle of 178.45º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B1AD is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 177 | 173 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.31 |
| HSL | 178.45º | 0.78% | 0.39% | - |
| HSV(B) | 178.45º | 0.88% | 0.69% | - |
| XYZ | 23.6 | 34.63 | 44.98 | - |
| YUV | 130.2 | 152.15 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 177 | 173 | 0.88 | 0 | 0.02 | 0.31 | 178.45 | 0.78 | 0.39 |
| Hex | 16 | B1 | AD | 58 | 0 | 2 | 1F | B2 | 4E | 27 |
| Octal | 26 | 261 | 255 | 130 | 0 | 2 | 37 | 262 | 116 | 47 |
| Binary | 10110 | 10110001 | 10101101 | 1011000 | 0 | 10 | 11111 | 10110010 | 1001110 | 100111 |
Color Harmonies of #16B1AD
Complementary color
Monochromatic Colors of #16B1AD
Black with #16B1AD
Text Example
Text Example
White with #16B1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B1AD; }
p { color: rgb(22,177,173); }
H1.HeaderClassName
{
color: #16B1AD;
}
.AnyTagClassName
{
color: #16B1AD;
}
</style>
background-color css
<style>
a { background-color: #16B1AD; }
a { background-color: rgb(22,177,173); }
div.DivClassName
{
background-color: #16B1AD;
}
.BgClassName
{
background-color: #16B1AD;
}
</style>
border-color css
<style>
span { border-color: #16B1AD; }
span { border-color: rgb(22,177,173); }
td.TdClassName
{
border-color: #16B1AD;
}
.TagClassName
{
border-color: #16B1AD;
}
</style>