Shades of Light Sea Green #10C5AC
Tints of Light Sea Green #10C5AC
RGB
CMYK
RGB Variations
Color information
#10C5AC (or 0x10C5AC) is known color: Light Sea Green. HEX triplet: 10, C5 and AC. RGB value is (16,197,172). Sum of RGB (Red+Green+Blue) = 16+197+172=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #10C5AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C5AC is #EF3A53. Grayscale: #8B8B8B. Windows color (decimal): -15678036 or 11322640. OLE color: 11322640.
HSL color Cylindrical-coordinate representation of color #10C5AC: hue angle of 171.71º 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 #10C5AC is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 197 | 172 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.23 |
| HSL | 171.71º | 0.85% | 0.42% | - |
| HSV(B) | 171.71º | 0.92% | 0.77% | - |
| XYZ | 27.63 | 43.02 | 45.88 | - |
| YUV | 140.03 | 146.03 | 39.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 172 | 0.92 | 0 | 0.13 | 0.23 | 171.71 | 0.85 | 0.42 |
| Hex | 10 | C5 | AC | 5C | 0 | D | 17 | AC | 55 | 2A |
| Octal | 20 | 305 | 254 | 134 | 0 | 15 | 27 | 254 | 125 | 52 |
| Binary | 10000 | 11000101 | 10101100 | 1011100 | 0 | 1101 | 10111 | 10101100 | 1010101 | 101010 |
Color Harmonies of #10C5AC
Complementary color
Monochromatic Colors of #10C5AC
Black with #10C5AC
Text Example
Text Example
White with #10C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C5AC; }
p { color: rgb(16,197,172); }
H1.HeaderClassName
{
color: #10C5AC;
}
.AnyTagClassName
{
color: #10C5AC;
}
</style>
background-color css
<style>
a { background-color: #10C5AC; }
a { background-color: rgb(16,197,172); }
div.DivClassName
{
background-color: #10C5AC;
}
.BgClassName
{
background-color: #10C5AC;
}
</style>
border-color css
<style>
span { border-color: #10C5AC; }
span { border-color: rgb(16,197,172); }
td.TdClassName
{
border-color: #10C5AC;
}
.TagClassName
{
border-color: #10C5AC;
}
</style>