Shades of Light Sea Green #10C0A6
Tints of Light Sea Green #10C0A6
RGB
CMYK
RGB Variations
Color information
#10C0A6 (or 0x10C0A6) is known color: Light Sea Green. HEX triplet: 10, C0 and A6. RGB value is (16,192,166). Sum of RGB (Red+Green+Blue) = 16+192+166=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 166 (65.23% from 255 or 44.39% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #10C0A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C0A6 is #EF3F59. Grayscale: #888888. Windows color (decimal): -15679322 or 10928144. OLE color: 10928144.
HSL color Cylindrical-coordinate representation of color #10C0A6: hue angle of 171.14º 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 #10C0A6 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 166 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.25 |
| HSL | 171.14º | 0.85% | 0.41% | - |
| HSV(B) | 171.14º | 0.92% | 0.75% | - |
| XYZ | 25.95 | 40.56 | 42.54 | - |
| YUV | 136.41 | 144.69 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 166 | 0.92 | 0 | 0.14 | 0.25 | 171.14 | 0.85 | 0.41 |
| Hex | 10 | C0 | A6 | 5C | 0 | E | 19 | AB | 55 | 29 |
| Octal | 20 | 300 | 246 | 134 | 0 | 16 | 31 | 253 | 125 | 51 |
| Binary | 10000 | 11000000 | 10100110 | 1011100 | 0 | 1110 | 11001 | 10101011 | 1010101 | 101001 |
Color Harmonies of #10C0A6
Complementary color
Monochromatic Colors of #10C0A6
Black with #10C0A6
Text Example
Text Example
White with #10C0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C0A6; }
p { color: rgb(16,192,166); }
H1.HeaderClassName
{
color: #10C0A6;
}
.AnyTagClassName
{
color: #10C0A6;
}
</style>
background-color css
<style>
a { background-color: #10C0A6; }
a { background-color: rgb(16,192,166); }
div.DivClassName
{
background-color: #10C0A6;
}
.BgClassName
{
background-color: #10C0A6;
}
</style>
border-color css
<style>
span { border-color: #10C0A6; }
span { border-color: rgb(16,192,166); }
td.TdClassName
{
border-color: #10C0A6;
}
.TagClassName
{
border-color: #10C0A6;
}
</style>