Shades of Light Sea Green #16CDB1
Tints of Light Sea Green #16CDB1
RGB
CMYK
RGB Variations
Color information
#16CDB1 (or 0x16CDB1) is known color: Light Sea Green. HEX triplet: 16, CD and B1. RGB value is (22,205,177). Sum of RGB (Red+Green+Blue) = 22+205+177=404 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.45% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #16CDB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16CDB1 is #E9324E. Grayscale: #939393. Windows color (decimal): -15282767 or 11652374. OLE color: 11652374.
HSL color Cylindrical-coordinate representation of color #16CDB1: hue angle of 170.82º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CDB1 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 205 | 177 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.20 |
| HSL | 170.82º | 0.81% | 0.45% | - |
| HSV(B) | 170.82º | 0.89% | 0.8% | - |
| XYZ | 30.1 | 47.01 | 49.08 | - |
| YUV | 147.09 | 144.87 | 38.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 205 | 177 | 0.89 | 0 | 0.14 | 0.20 | 170.82 | 0.81 | 0.45 |
| Hex | 16 | CD | B1 | 59 | 0 | E | 14 | AB | 51 | 2D |
| Octal | 26 | 315 | 261 | 131 | 0 | 16 | 24 | 253 | 121 | 55 |
| Binary | 10110 | 11001101 | 10110001 | 1011001 | 0 | 1110 | 10100 | 10101011 | 1010001 | 101101 |
Color Harmonies of #16CDB1
Complementary color
Monochromatic Colors of #16CDB1
Black with #16CDB1
Text Example
Text Example
White with #16CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CDB1; }
p { color: rgb(22,205,177); }
H1.HeaderClassName
{
color: #16CDB1;
}
.AnyTagClassName
{
color: #16CDB1;
}
</style>
background-color css
<style>
a { background-color: #16CDB1; }
a { background-color: rgb(22,205,177); }
div.DivClassName
{
background-color: #16CDB1;
}
.BgClassName
{
background-color: #16CDB1;
}
</style>
border-color css
<style>
span { border-color: #16CDB1; }
span { border-color: rgb(22,205,177); }
td.TdClassName
{
border-color: #16CDB1;
}
.TagClassName
{
border-color: #16CDB1;
}
</style>