Shades of Light Sea Green #10C0AB
Tints of Light Sea Green #10C0AB
RGB
CMYK
RGB Variations
Color information
#10C0AB (or 0x10C0AB) is known color: Light Sea Green. HEX triplet: 10, C0 and AB. RGB value is (16,192,171). Sum of RGB (Red+Green+Blue) = 16+192+171=379 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.22% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #10C0AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C0AB is #EF3F54. Grayscale: #888888. Windows color (decimal): -15679317 or 11255824. OLE color: 11255824.
HSL color Cylindrical-coordinate representation of color #10C0AB: hue angle of 172.84º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C0AB is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 171 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.25 |
| HSL | 172.84º | 0.85% | 0.41% | - |
| HSV(B) | 172.84º | 0.92% | 0.75% | - |
| XYZ | 26.41 | 40.75 | 45 | - |
| YUV | 136.98 | 147.19 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 171 | 0.92 | 0 | 0.11 | 0.25 | 172.84 | 0.85 | 0.41 |
| Hex | 10 | C0 | AB | 5C | 0 | B | 19 | AD | 55 | 29 |
| Octal | 20 | 300 | 253 | 134 | 0 | 13 | 31 | 255 | 125 | 51 |
| Binary | 10000 | 11000000 | 10101011 | 1011100 | 0 | 1011 | 11001 | 10101101 | 1010101 | 101001 |
Color Harmonies of #10C0AB
Complementary color
Monochromatic Colors of #10C0AB
Black with #10C0AB
Text Example
Text Example
White with #10C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C0AB; }
p { color: rgb(16,192,171); }
H1.HeaderClassName
{
color: #10C0AB;
}
.AnyTagClassName
{
color: #10C0AB;
}
</style>
background-color css
<style>
a { background-color: #10C0AB; }
a { background-color: rgb(16,192,171); }
div.DivClassName
{
background-color: #10C0AB;
}
.BgClassName
{
background-color: #10C0AB;
}
</style>
border-color css
<style>
span { border-color: #10C0AB; }
span { border-color: rgb(16,192,171); }
td.TdClassName
{
border-color: #10C0AB;
}
.TagClassName
{
border-color: #10C0AB;
}
</style>