Shades of Light Sea Green #10C0AE
Tints of Light Sea Green #10C0AE
RGB
CMYK
RGB Variations
Color information
#10C0AE (or 0x10C0AE) is known color: Light Sea Green. HEX triplet: 10, C0 and AE. RGB value is (16,192,174). Sum of RGB (Red+Green+Blue) = 16+192+174=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #10C0AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C0AE is #EF3F51. Grayscale: #898989. Windows color (decimal): -15679314 or 11452432. OLE color: 11452432.
HSL color Cylindrical-coordinate representation of color #10C0AE: hue angle of 173.86º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C0AE is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 174 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.25 |
| HSL | 173.86º | 0.85% | 0.41% | - |
| HSV(B) | 173.86º | 0.92% | 0.75% | - |
| XYZ | 26.7 | 40.87 | 46.52 | - |
| YUV | 137.32 | 148.69 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 174 | 0.92 | 0 | 0.09 | 0.25 | 173.86 | 0.85 | 0.41 |
| Hex | 10 | C0 | AE | 5C | 0 | 9 | 19 | AE | 55 | 29 |
| Octal | 20 | 300 | 256 | 134 | 0 | 11 | 31 | 256 | 125 | 51 |
| Binary | 10000 | 11000000 | 10101110 | 1011100 | 0 | 1001 | 11001 | 10101110 | 1010101 | 101001 |
Color Harmonies of #10C0AE
Complementary color
Monochromatic Colors of #10C0AE
Black with #10C0AE
Text Example
Text Example
White with #10C0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C0AE; }
p { color: rgb(16,192,174); }
H1.HeaderClassName
{
color: #10C0AE;
}
.AnyTagClassName
{
color: #10C0AE;
}
</style>
background-color css
<style>
a { background-color: #10C0AE; }
a { background-color: rgb(16,192,174); }
div.DivClassName
{
background-color: #10C0AE;
}
.BgClassName
{
background-color: #10C0AE;
}
</style>
border-color css
<style>
span { border-color: #10C0AE; }
span { border-color: rgb(16,192,174); }
td.TdClassName
{
border-color: #10C0AE;
}
.TagClassName
{
border-color: #10C0AE;
}
</style>