Shades of Light Sea Green #10C5AD
Tints of Light Sea Green #10C5AD
RGB
CMYK
RGB Variations
Color information
#10C5AD (or 0x10C5AD) is known color: Light Sea Green. HEX triplet: 10, C5 and AD. RGB value is (16,197,173). Sum of RGB (Red+Green+Blue) = 16+197+173=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #10C5AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C5AD is #EF3A52. Grayscale: #8C8C8C. Windows color (decimal): -15678035 or 11388176. OLE color: 11388176.
HSL color Cylindrical-coordinate representation of color #10C5AD: hue angle of 172.04º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C5AD is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 197 | 173 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.23 |
| HSL | 172.04º | 0.85% | 0.42% | - |
| HSV(B) | 172.04º | 0.92% | 0.77% | - |
| XYZ | 27.72 | 43.06 | 46.39 | - |
| YUV | 140.15 | 146.53 | 39.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 173 | 0.92 | 0 | 0.12 | 0.23 | 172.04 | 0.85 | 0.42 |
| Hex | 10 | C5 | AD | 5C | 0 | C | 17 | AC | 55 | 2A |
| Octal | 20 | 305 | 255 | 134 | 0 | 14 | 27 | 254 | 125 | 52 |
| Binary | 10000 | 11000101 | 10101101 | 1011100 | 0 | 1100 | 10111 | 10101100 | 1010101 | 101010 |
Color Harmonies of #10C5AD
Complementary color
Monochromatic Colors of #10C5AD
Black with #10C5AD
Text Example
Text Example
White with #10C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C5AD; }
p { color: rgb(16,197,173); }
H1.HeaderClassName
{
color: #10C5AD;
}
.AnyTagClassName
{
color: #10C5AD;
}
</style>
background-color css
<style>
a { background-color: #10C5AD; }
a { background-color: rgb(16,197,173); }
div.DivClassName
{
background-color: #10C5AD;
}
.BgClassName
{
background-color: #10C5AD;
}
</style>
border-color css
<style>
span { border-color: #10C5AD; }
span { border-color: rgb(16,197,173); }
td.TdClassName
{
border-color: #10C5AD;
}
.TagClassName
{
border-color: #10C5AD;
}
</style>