Shades of Light Sea Green #16BAAC
Tints of Light Sea Green #16BAAC
RGB
CMYK
RGB Variations
Color information
#16BAAC (or 0x16BAAC) is known color: Light Sea Green. HEX triplet: 16, BA and AC. RGB value is (22,186,172). Sum of RGB (Red+Green+Blue) = 22+186+172=380 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.79% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #16BAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BAAC is #E94553. Grayscale: #878787. Windows color (decimal): -15287636 or 11319830. OLE color: 11319830.
HSL color Cylindrical-coordinate representation of color #16BAAC: hue angle of 174.88º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BAAC is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 186 | 172 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.27 |
| HSL | 174.88º | 0.79% | 0.41% | - |
| HSV(B) | 174.88º | 0.88% | 0.73% | - |
| XYZ | 25.34 | 38.27 | 45.08 | - |
| YUV | 135.37 | 148.67 | 47.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 186 | 172 | 0.88 | 0 | 0.08 | 0.27 | 174.88 | 0.79 | 0.41 |
| Hex | 16 | BA | AC | 58 | 0 | 8 | 1B | AF | 4F | 29 |
| Octal | 26 | 272 | 254 | 130 | 0 | 10 | 33 | 257 | 117 | 51 |
| Binary | 10110 | 10111010 | 10101100 | 1011000 | 0 | 1000 | 11011 | 10101111 | 1001111 | 101001 |
Color Harmonies of #16BAAC
Complementary color
Monochromatic Colors of #16BAAC
Black with #16BAAC
Text Example
Text Example
White with #16BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BAAC; }
p { color: rgb(22,186,172); }
H1.HeaderClassName
{
color: #16BAAC;
}
.AnyTagClassName
{
color: #16BAAC;
}
</style>
background-color css
<style>
a { background-color: #16BAAC; }
a { background-color: rgb(22,186,172); }
div.DivClassName
{
background-color: #16BAAC;
}
.BgClassName
{
background-color: #16BAAC;
}
</style>
border-color css
<style>
span { border-color: #16BAAC; }
span { border-color: rgb(22,186,172); }
td.TdClassName
{
border-color: #16BAAC;
}
.TagClassName
{
border-color: #16BAAC;
}
</style>