Shades of Light Sea Green #16C3BA
Tints of Light Sea Green #16C3BA
RGB
CMYK
RGB Variations
Color information
#16C3BA (or 0x16C3BA) is known color: Light Sea Green. HEX triplet: 16, C3 and BA. RGB value is (22,195,186). Sum of RGB (Red+Green+Blue) = 22+195+186=403 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.46% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #16C3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16C3BA is #E93C45. Grayscale: #8E8E8E. Windows color (decimal): -15285318 or 12239638. OLE color: 12239638.
HSL color Cylindrical-coordinate representation of color #16C3BA: hue angle of 176.88º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C3BA is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 195 | 186 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.24 |
| HSL | 176.88º | 0.8% | 0.43% | - |
| HSV(B) | 176.88º | 0.89% | 0.76% | - |
| XYZ | 28.71 | 42.75 | 53.19 | - |
| YUV | 142.25 | 152.69 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 195 | 186 | 0.89 | 0 | 0.05 | 0.24 | 176.88 | 0.8 | 0.43 |
| Hex | 16 | C3 | BA | 59 | 0 | 5 | 18 | B1 | 50 | 2B |
| Octal | 26 | 303 | 272 | 131 | 0 | 5 | 30 | 261 | 120 | 53 |
| Binary | 10110 | 11000011 | 10111010 | 1011001 | 0 | 101 | 11000 | 10110001 | 1010000 | 101011 |
Color Harmonies of #16C3BA
Complementary color
Monochromatic Colors of #16C3BA
Black with #16C3BA
Text Example
Text Example
White with #16C3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C3BA; }
p { color: rgb(22,195,186); }
H1.HeaderClassName
{
color: #16C3BA;
}
.AnyTagClassName
{
color: #16C3BA;
}
</style>
background-color css
<style>
a { background-color: #16C3BA; }
a { background-color: rgb(22,195,186); }
div.DivClassName
{
background-color: #16C3BA;
}
.BgClassName
{
background-color: #16C3BA;
}
</style>
border-color css
<style>
span { border-color: #16C3BA; }
span { border-color: rgb(22,195,186); }
td.TdClassName
{
border-color: #16C3BA;
}
.TagClassName
{
border-color: #16C3BA;
}
</style>