Shades of Light Sea Green #16BCA0
Tints of Light Sea Green #16BCA0
RGB
CMYK
RGB Variations
Color information
#16BCA0 (or 0x16BCA0) is known color: Light Sea Green. HEX triplet: 16, BC and A0. RGB value is (22,188,160). Sum of RGB (Red+Green+Blue) = 22+188+160=370 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.95% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #16BCA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BCA0 is #E9435F. Grayscale: #878787. Windows color (decimal): -15287136 or 10533910. OLE color: 10533910.
HSL color Cylindrical-coordinate representation of color #16BCA0: hue angle of 169.88º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BCA0 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 188 | 160 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.26 |
| HSL | 169.88º | 0.79% | 0.41% | - |
| HSV(B) | 169.88º | 0.88% | 0.74% | - |
| XYZ | 24.66 | 38.68 | 39.42 | - |
| YUV | 135.17 | 142 | 47.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 188 | 160 | 0.88 | 0 | 0.15 | 0.26 | 169.88 | 0.79 | 0.41 |
| Hex | 16 | BC | A0 | 58 | 0 | F | 1A | AA | 4F | 29 |
| Octal | 26 | 274 | 240 | 130 | 0 | 17 | 32 | 252 | 117 | 51 |
| Binary | 10110 | 10111100 | 10100000 | 1011000 | 0 | 1111 | 11010 | 10101010 | 1001111 | 101001 |
Color Harmonies of #16BCA0
Complementary color
Monochromatic Colors of #16BCA0
Black with #16BCA0
Text Example
Text Example
White with #16BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BCA0; }
p { color: rgb(22,188,160); }
H1.HeaderClassName
{
color: #16BCA0;
}
.AnyTagClassName
{
color: #16BCA0;
}
</style>
background-color css
<style>
a { background-color: #16BCA0; }
a { background-color: rgb(22,188,160); }
div.DivClassName
{
background-color: #16BCA0;
}
.BgClassName
{
background-color: #16BCA0;
}
</style>
border-color css
<style>
span { border-color: #16BCA0; }
span { border-color: rgb(22,188,160); }
td.TdClassName
{
border-color: #16BCA0;
}
.TagClassName
{
border-color: #16BCA0;
}
</style>