Shades of Light Sea Green #10C0AA
Tints of Light Sea Green #10C0AA
RGB
CMYK
RGB Variations
Color information
#10C0AA (or 0x10C0AA) is known color: Light Sea Green. HEX triplet: 10, C0 and AA. RGB value is (16,192,170). Sum of RGB (Red+Green+Blue) = 16+192+170=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #10C0AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C0AA is #EF3F55. Grayscale: #888888. Windows color (decimal): -15679318 or 11190288. OLE color: 11190288.
HSL color Cylindrical-coordinate representation of color #10C0AA: hue angle of 172.5º 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 #10C0AA is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 170 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.25 |
| HSL | 172.5º | 0.85% | 0.41% | - |
| HSV(B) | 172.5º | 0.92% | 0.75% | - |
| XYZ | 26.32 | 40.71 | 44.5 | - |
| YUV | 136.87 | 146.69 | 41.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 170 | 0.92 | 0 | 0.11 | 0.25 | 172.5 | 0.85 | 0.41 |
| Hex | 10 | C0 | AA | 5C | 0 | B | 19 | AC | 55 | 29 |
| Octal | 20 | 300 | 252 | 134 | 0 | 13 | 31 | 254 | 125 | 51 |
| Binary | 10000 | 11000000 | 10101010 | 1011100 | 0 | 1011 | 11001 | 10101100 | 1010101 | 101001 |
Color Harmonies of #10C0AA
Complementary color
Monochromatic Colors of #10C0AA
Black with #10C0AA
Text Example
Text Example
White with #10C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C0AA; }
p { color: rgb(16,192,170); }
H1.HeaderClassName
{
color: #10C0AA;
}
.AnyTagClassName
{
color: #10C0AA;
}
</style>
background-color css
<style>
a { background-color: #10C0AA; }
a { background-color: rgb(16,192,170); }
div.DivClassName
{
background-color: #10C0AA;
}
.BgClassName
{
background-color: #10C0AA;
}
</style>
border-color css
<style>
span { border-color: #10C0AA; }
span { border-color: rgb(16,192,170); }
td.TdClassName
{
border-color: #10C0AA;
}
.TagClassName
{
border-color: #10C0AA;
}
</style>