Shades of Light Sea Green #10C2AF
Tints of Light Sea Green #10C2AF
RGB
CMYK
RGB Variations
Color information
#10C2AF (or 0x10C2AF) is known color: Light Sea Green. HEX triplet: 10, C2 and AF. RGB value is (16,194,175). Sum of RGB (Red+Green+Blue) = 16+194+175=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #10C2AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C2AF is #EF3D50. Grayscale: #8A8A8A. Windows color (decimal): -15678801 or 11518480. OLE color: 11518480.
HSL color Cylindrical-coordinate representation of color #10C2AF: hue angle of 173.6º 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 #10C2AF is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 175 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.24 |
| HSL | 173.6º | 0.85% | 0.41% | - |
| HSV(B) | 173.6º | 0.92% | 0.76% | - |
| XYZ | 27.24 | 41.79 | 47.19 | - |
| YUV | 138.61 | 148.53 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 175 | 0.92 | 0 | 0.10 | 0.24 | 173.6 | 0.85 | 0.41 |
| Hex | 10 | C2 | AF | 5C | 0 | A | 18 | AE | 55 | 29 |
| Octal | 20 | 302 | 257 | 134 | 0 | 12 | 30 | 256 | 125 | 51 |
| Binary | 10000 | 11000010 | 10101111 | 1011100 | 0 | 1010 | 11000 | 10101110 | 1010101 | 101001 |
Color Harmonies of #10C2AF
Complementary color
Monochromatic Colors of #10C2AF
Black with #10C2AF
Text Example
Text Example
White with #10C2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C2AF; }
p { color: rgb(16,194,175); }
H1.HeaderClassName
{
color: #10C2AF;
}
.AnyTagClassName
{
color: #10C2AF;
}
</style>
background-color css
<style>
a { background-color: #10C2AF; }
a { background-color: rgb(16,194,175); }
div.DivClassName
{
background-color: #10C2AF;
}
.BgClassName
{
background-color: #10C2AF;
}
</style>
border-color css
<style>
span { border-color: #10C2AF; }
span { border-color: rgb(16,194,175); }
td.TdClassName
{
border-color: #10C2AF;
}
.TagClassName
{
border-color: #10C2AF;
}
</style>