Shades of Light Sea Green #10C8AF
Tints of Light Sea Green #10C8AF
RGB
CMYK
RGB Variations
Color information
#10C8AF (or 0x10C8AF) is known color: Light Sea Green. HEX triplet: 10, C8 and AF. RGB value is (16,200,175). Sum of RGB (Red+Green+Blue) = 16+200+175=391 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.09% from 391); Green value is 200 (78.52% from 255 or 51.15% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 200 - color contains mainly: green. Hex color #10C8AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C8AF is #EF3750. Grayscale: #8E8E8E. Windows color (decimal): -15677265 or 11520016. OLE color: 11520016.
HSL color Cylindrical-coordinate representation of color #10C8AF: hue angle of 171.85º 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 #10C8AF is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 200 | 175 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.22 |
| HSL | 171.85º | 0.85% | 0.42% | - |
| HSV(B) | 171.85º | 0.92% | 0.78% | - |
| XYZ | 28.61 | 44.51 | 47.64 | - |
| YUV | 142.13 | 146.54 | 38.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 175 | 0.92 | 0 | 0.12 | 0.22 | 171.85 | 0.85 | 0.42 |
| Hex | 10 | C8 | AF | 5C | 0 | C | 16 | AC | 55 | 2A |
| Octal | 20 | 310 | 257 | 134 | 0 | 14 | 26 | 254 | 125 | 52 |
| Binary | 10000 | 11001000 | 10101111 | 1011100 | 0 | 1100 | 10110 | 10101100 | 1010101 | 101010 |
Color Harmonies of #10C8AF
Complementary color
Monochromatic Colors of #10C8AF
Black with #10C8AF
Text Example
Text Example
White with #10C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C8AF; }
p { color: rgb(16,200,175); }
H1.HeaderClassName
{
color: #10C8AF;
}
.AnyTagClassName
{
color: #10C8AF;
}
</style>
background-color css
<style>
a { background-color: #10C8AF; }
a { background-color: rgb(16,200,175); }
div.DivClassName
{
background-color: #10C8AF;
}
.BgClassName
{
background-color: #10C8AF;
}
</style>
border-color css
<style>
span { border-color: #10C8AF; }
span { border-color: rgb(16,200,175); }
td.TdClassName
{
border-color: #10C8AF;
}
.TagClassName
{
border-color: #10C8AF;
}
</style>