Shades of Light Sea Green #10C2AD
Tints of Light Sea Green #10C2AD
RGB
CMYK
RGB Variations
Color information
#10C2AD (or 0x10C2AD) is known color: Light Sea Green. HEX triplet: 10, C2 and AD. RGB value is (16,194,173). Sum of RGB (Red+Green+Blue) = 16+194+173=383 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.18% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #10C2AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C2AD is #EF3D52. Grayscale: #8A8A8A. Windows color (decimal): -15678803 or 11387408. OLE color: 11387408.
HSL color Cylindrical-coordinate representation of color #10C2AD: hue angle of 172.92º 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 #10C2AD is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 173 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.24 |
| HSL | 172.92º | 0.85% | 0.41% | - |
| HSV(B) | 172.92º | 0.92% | 0.76% | - |
| XYZ | 27.05 | 41.71 | 46.16 | - |
| YUV | 138.38 | 147.53 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 173 | 0.92 | 0 | 0.11 | 0.24 | 172.92 | 0.85 | 0.41 |
| Hex | 10 | C2 | AD | 5C | 0 | B | 18 | AD | 55 | 29 |
| Octal | 20 | 302 | 255 | 134 | 0 | 13 | 30 | 255 | 125 | 51 |
| Binary | 10000 | 11000010 | 10101101 | 1011100 | 0 | 1011 | 11000 | 10101101 | 1010101 | 101001 |
Color Harmonies of #10C2AD
Complementary color
Monochromatic Colors of #10C2AD
Black with #10C2AD
Text Example
Text Example
White with #10C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C2AD; }
p { color: rgb(16,194,173); }
H1.HeaderClassName
{
color: #10C2AD;
}
.AnyTagClassName
{
color: #10C2AD;
}
</style>
background-color css
<style>
a { background-color: #10C2AD; }
a { background-color: rgb(16,194,173); }
div.DivClassName
{
background-color: #10C2AD;
}
.BgClassName
{
background-color: #10C2AD;
}
</style>
border-color css
<style>
span { border-color: #10C2AD; }
span { border-color: rgb(16,194,173); }
td.TdClassName
{
border-color: #10C2AD;
}
.TagClassName
{
border-color: #10C2AD;
}
</style>