Shades of Light Sea Green #16BDAC
Tints of Light Sea Green #16BDAC
RGB
CMYK
RGB Variations
Color information
#16BDAC (or 0x16BDAC) is known color: Light Sea Green. HEX triplet: 16, BD and AC. RGB value is (22,189,172). Sum of RGB (Red+Green+Blue) = 22+189+172=383 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.74% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #16BDAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BDAC is #E94253. Grayscale: #898989. Windows color (decimal): -15286868 or 11320598. OLE color: 11320598.
HSL color Cylindrical-coordinate representation of color #16BDAC: hue angle of 173.89º 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 #16BDAC is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 189 | 172 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.26 |
| HSL | 173.89º | 0.79% | 0.41% | - |
| HSV(B) | 173.89º | 0.88% | 0.74% | - |
| XYZ | 25.97 | 39.54 | 45.29 | - |
| YUV | 137.13 | 147.67 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 189 | 172 | 0.88 | 0 | 0.09 | 0.26 | 173.89 | 0.79 | 0.41 |
| Hex | 16 | BD | AC | 58 | 0 | 9 | 1A | AE | 4F | 29 |
| Octal | 26 | 275 | 254 | 130 | 0 | 11 | 32 | 256 | 117 | 51 |
| Binary | 10110 | 10111101 | 10101100 | 1011000 | 0 | 1001 | 11010 | 10101110 | 1001111 | 101001 |
Color Harmonies of #16BDAC
Complementary color
Monochromatic Colors of #16BDAC
Black with #16BDAC
Text Example
Text Example
White with #16BDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BDAC; }
p { color: rgb(22,189,172); }
H1.HeaderClassName
{
color: #16BDAC;
}
.AnyTagClassName
{
color: #16BDAC;
}
</style>
background-color css
<style>
a { background-color: #16BDAC; }
a { background-color: rgb(22,189,172); }
div.DivClassName
{
background-color: #16BDAC;
}
.BgClassName
{
background-color: #16BDAC;
}
</style>
border-color css
<style>
span { border-color: #16BDAC; }
span { border-color: rgb(22,189,172); }
td.TdClassName
{
border-color: #16BDAC;
}
.TagClassName
{
border-color: #16BDAC;
}
</style>