Shades of Light Sea Green #10C4AF
Tints of Light Sea Green #10C4AF
RGB
CMYK
RGB Variations
Color information
#10C4AF (or 0x10C4AF) is known color: Light Sea Green. HEX triplet: 10, C4 and AF. RGB value is (16,196,175). Sum of RGB (Red+Green+Blue) = 16+196+175=387 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.13% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #10C4AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C4AF is #EF3B50. Grayscale: #8B8B8B. Windows color (decimal): -15678289 or 11518992. OLE color: 11518992.
HSL color Cylindrical-coordinate representation of color #10C4AF: hue angle of 173º 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 #10C4AF is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 196 | 175 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.23 |
| HSL | 173º | 0.85% | 0.42% | - |
| HSV(B) | 173º | 0.92% | 0.77% | - |
| XYZ | 27.69 | 42.69 | 47.34 | - |
| YUV | 139.79 | 147.87 | 39.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 196 | 175 | 0.92 | 0 | 0.11 | 0.23 | 173 | 0.85 | 0.42 |
| Hex | 10 | C4 | AF | 5C | 0 | B | 17 | AD | 55 | 2A |
| Octal | 20 | 304 | 257 | 134 | 0 | 13 | 27 | 255 | 125 | 52 |
| Binary | 10000 | 11000100 | 10101111 | 1011100 | 0 | 1011 | 10111 | 10101101 | 1010101 | 101010 |
Color Harmonies of #10C4AF
Complementary color
Monochromatic Colors of #10C4AF
Black with #10C4AF
Text Example
Text Example
White with #10C4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C4AF; }
p { color: rgb(16,196,175); }
H1.HeaderClassName
{
color: #10C4AF;
}
.AnyTagClassName
{
color: #10C4AF;
}
</style>
background-color css
<style>
a { background-color: #10C4AF; }
a { background-color: rgb(16,196,175); }
div.DivClassName
{
background-color: #10C4AF;
}
.BgClassName
{
background-color: #10C4AF;
}
</style>
border-color css
<style>
span { border-color: #10C4AF; }
span { border-color: rgb(16,196,175); }
td.TdClassName
{
border-color: #10C4AF;
}
.TagClassName
{
border-color: #10C4AF;
}
</style>