Shades of Light Sea Green #10C2B0
Tints of Light Sea Green #10C2B0
RGB
CMYK
RGB Variations
Color information
#10C2B0 (or 0x10C2B0) is known color: Light Sea Green. HEX triplet: 10, C2 and B0. RGB value is (16,194,176). Sum of RGB (Red+Green+Blue) = 16+194+176=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #10C2B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C2B0 is #EF3D4F. Grayscale: #8A8A8A. Windows color (decimal): -15678800 or 11584016. OLE color: 11584016.
HSL color Cylindrical-coordinate representation of color #10C2B0: hue angle of 173.93º 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 #10C2B0 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 176 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.24 |
| HSL | 173.93º | 0.85% | 0.41% | - |
| HSV(B) | 173.93º | 0.92% | 0.76% | - |
| XYZ | 27.34 | 41.83 | 47.71 | - |
| YUV | 138.73 | 149.03 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 176 | 0.92 | 0 | 0.09 | 0.24 | 173.93 | 0.85 | 0.41 |
| Hex | 10 | C2 | B0 | 5C | 0 | 9 | 18 | AE | 55 | 29 |
| Octal | 20 | 302 | 260 | 134 | 0 | 11 | 30 | 256 | 125 | 51 |
| Binary | 10000 | 11000010 | 10110000 | 1011100 | 0 | 1001 | 11000 | 10101110 | 1010101 | 101001 |
Color Harmonies of #10C2B0
Complementary color
Monochromatic Colors of #10C2B0
Black with #10C2B0
Text Example
Text Example
White with #10C2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C2B0; }
p { color: rgb(16,194,176); }
H1.HeaderClassName
{
color: #10C2B0;
}
.AnyTagClassName
{
color: #10C2B0;
}
</style>
background-color css
<style>
a { background-color: #10C2B0; }
a { background-color: rgb(16,194,176); }
div.DivClassName
{
background-color: #10C2B0;
}
.BgClassName
{
background-color: #10C2B0;
}
</style>
border-color css
<style>
span { border-color: #10C2B0; }
span { border-color: rgb(16,194,176); }
td.TdClassName
{
border-color: #10C2B0;
}
.TagClassName
{
border-color: #10C2B0;
}
</style>