Shades of Light Sea Green #10C7AF
Tints of Light Sea Green #10C7AF
RGB
CMYK
RGB Variations
Color information
#10C7AF (or 0x10C7AF) is known color: Light Sea Green. HEX triplet: 10, C7 and AF. RGB value is (16,199,175). Sum of RGB (Red+Green+Blue) = 16+199+175=390 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.10% from 390); Green value is 199 (78.12% from 255 or 51.03% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 199 - color contains mainly: green. Hex color #10C7AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C7AF is #EF3850. Grayscale: #8D8D8D. Windows color (decimal): -15677521 or 11519760. OLE color: 11519760.
HSL color Cylindrical-coordinate representation of color #10C7AF: hue angle of 172.13º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C7AF is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 199 | 175 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.22 |
| HSL | 172.13º | 0.85% | 0.42% | - |
| HSV(B) | 172.13º | 0.92% | 0.78% | - |
| XYZ | 28.37 | 44.05 | 47.56 | - |
| YUV | 141.55 | 146.87 | 38.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 199 | 175 | 0.92 | 0 | 0.12 | 0.22 | 172.13 | 0.85 | 0.42 |
| Hex | 10 | C7 | AF | 5C | 0 | C | 16 | AC | 55 | 2A |
| Octal | 20 | 307 | 257 | 134 | 0 | 14 | 26 | 254 | 125 | 52 |
| Binary | 10000 | 11000111 | 10101111 | 1011100 | 0 | 1100 | 10110 | 10101100 | 1010101 | 101010 |
Color Harmonies of #10C7AF
Complementary color
Monochromatic Colors of #10C7AF
Black with #10C7AF
Text Example
Text Example
White with #10C7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C7AF; }
p { color: rgb(16,199,175); }
H1.HeaderClassName
{
color: #10C7AF;
}
.AnyTagClassName
{
color: #10C7AF;
}
</style>
background-color css
<style>
a { background-color: #10C7AF; }
a { background-color: rgb(16,199,175); }
div.DivClassName
{
background-color: #10C7AF;
}
.BgClassName
{
background-color: #10C7AF;
}
</style>
border-color css
<style>
span { border-color: #10C7AF; }
span { border-color: rgb(16,199,175); }
td.TdClassName
{
border-color: #10C7AF;
}
.TagClassName
{
border-color: #10C7AF;
}
</style>