Shades of Light Sea Green #16BDA1
Tints of Light Sea Green #16BDA1
RGB
CMYK
RGB Variations
Color information
#16BDA1 (or 0x16BDA1) is known color: Light Sea Green. HEX triplet: 16, BD and A1. RGB value is (22,189,161). Sum of RGB (Red+Green+Blue) = 22+189+161=372 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.91% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #16BDA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BDA1 is #E9425E. Grayscale: #878787. Windows color (decimal): -15286879 or 10599702. OLE color: 10599702.
HSL color Cylindrical-coordinate representation of color #16BDA1: hue angle of 169.94º 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 #16BDA1 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 189 | 161 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.26 |
| HSL | 169.94º | 0.79% | 0.41% | - |
| HSV(B) | 169.94º | 0.88% | 0.74% | - |
| XYZ | 24.96 | 39.14 | 39.96 | - |
| YUV | 135.88 | 142.17 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 189 | 161 | 0.88 | 0 | 0.15 | 0.26 | 169.94 | 0.79 | 0.41 |
| Hex | 16 | BD | A1 | 58 | 0 | F | 1A | AA | 4F | 29 |
| Octal | 26 | 275 | 241 | 130 | 0 | 17 | 32 | 252 | 117 | 51 |
| Binary | 10110 | 10111101 | 10100001 | 1011000 | 0 | 1111 | 11010 | 10101010 | 1001111 | 101001 |
Color Harmonies of #16BDA1
Complementary color
Monochromatic Colors of #16BDA1
Black with #16BDA1
Text Example
Text Example
White with #16BDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BDA1; }
p { color: rgb(22,189,161); }
H1.HeaderClassName
{
color: #16BDA1;
}
.AnyTagClassName
{
color: #16BDA1;
}
</style>
background-color css
<style>
a { background-color: #16BDA1; }
a { background-color: rgb(22,189,161); }
div.DivClassName
{
background-color: #16BDA1;
}
.BgClassName
{
background-color: #16BDA1;
}
</style>
border-color css
<style>
span { border-color: #16BDA1; }
span { border-color: rgb(22,189,161); }
td.TdClassName
{
border-color: #16BDA1;
}
.TagClassName
{
border-color: #16BDA1;
}
</style>