Shades of Light Sea Green #16C6BA
Tints of Light Sea Green #16C6BA
RGB
CMYK
RGB Variations
Color information
#16C6BA (or 0x16C6BA) is known color: Light Sea Green. HEX triplet: 16, C6 and BA. RGB value is (22,198,186). Sum of RGB (Red+Green+Blue) = 22+198+186=406 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.42% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 198 - color contains mainly: green. Hex color #16C6BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16C6BA is #E93945. Grayscale: #8F8F8F. Windows color (decimal): -15284550 or 12240406. OLE color: 12240406.
HSL color Cylindrical-coordinate representation of color #16C6BA: hue angle of 175.91º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C6BA is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 198 | 186 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.22 |
| HSL | 175.91º | 0.8% | 0.43% | - |
| HSV(B) | 175.91º | 0.89% | 0.78% | - |
| XYZ | 29.39 | 44.1 | 53.42 | - |
| YUV | 144.01 | 151.69 | 40.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 198 | 186 | 0.89 | 0 | 0.06 | 0.22 | 175.91 | 0.8 | 0.43 |
| Hex | 16 | C6 | BA | 59 | 0 | 6 | 16 | B0 | 50 | 2B |
| Octal | 26 | 306 | 272 | 131 | 0 | 6 | 26 | 260 | 120 | 53 |
| Binary | 10110 | 11000110 | 10111010 | 1011001 | 0 | 110 | 10110 | 10110000 | 1010000 | 101011 |
Color Harmonies of #16C6BA
Complementary color
Monochromatic Colors of #16C6BA
Black with #16C6BA
Text Example
Text Example
White with #16C6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C6BA; }
p { color: rgb(22,198,186); }
H1.HeaderClassName
{
color: #16C6BA;
}
.AnyTagClassName
{
color: #16C6BA;
}
</style>
background-color css
<style>
a { background-color: #16C6BA; }
a { background-color: rgb(22,198,186); }
div.DivClassName
{
background-color: #16C6BA;
}
.BgClassName
{
background-color: #16C6BA;
}
</style>
border-color css
<style>
span { border-color: #16C6BA; }
span { border-color: rgb(22,198,186); }
td.TdClassName
{
border-color: #16C6BA;
}
.TagClassName
{
border-color: #16C6BA;
}
</style>