Shades of Light Sea Green #10C2AC
Tints of Light Sea Green #10C2AC
RGB
CMYK
RGB Variations
Color information
#10C2AC (or 0x10C2AC) is known color: Light Sea Green. HEX triplet: 10, C2 and AC. RGB value is (16,194,172). Sum of RGB (Red+Green+Blue) = 16+194+172=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #10C2AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C2AC is #EF3D53. Grayscale: #8A8A8A. Windows color (decimal): -15678804 or 11321872. OLE color: 11321872.
HSL color Cylindrical-coordinate representation of color #10C2AC: hue angle of 172.58º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C2AC is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 172 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.24 |
| HSL | 172.58º | 0.85% | 0.41% | - |
| HSV(B) | 172.58º | 0.92% | 0.76% | - |
| XYZ | 26.95 | 41.67 | 45.65 | - |
| YUV | 138.27 | 147.03 | 40.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 172 | 0.92 | 0 | 0.11 | 0.24 | 172.58 | 0.85 | 0.41 |
| Hex | 10 | C2 | AC | 5C | 0 | B | 18 | AD | 55 | 29 |
| Octal | 20 | 302 | 254 | 134 | 0 | 13 | 30 | 255 | 125 | 51 |
| Binary | 10000 | 11000010 | 10101100 | 1011100 | 0 | 1011 | 11000 | 10101101 | 1010101 | 101001 |
Color Harmonies of #10C2AC
Complementary color
Monochromatic Colors of #10C2AC
Black with #10C2AC
Text Example
Text Example
White with #10C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C2AC; }
p { color: rgb(16,194,172); }
H1.HeaderClassName
{
color: #10C2AC;
}
.AnyTagClassName
{
color: #10C2AC;
}
</style>
background-color css
<style>
a { background-color: #10C2AC; }
a { background-color: rgb(16,194,172); }
div.DivClassName
{
background-color: #10C2AC;
}
.BgClassName
{
background-color: #10C2AC;
}
</style>
border-color css
<style>
span { border-color: #10C2AC; }
span { border-color: rgb(16,194,172); }
td.TdClassName
{
border-color: #10C2AC;
}
.TagClassName
{
border-color: #10C2AC;
}
</style>