Shades of Light Sea Green #10C0B2
Tints of Light Sea Green #10C0B2
RGB
CMYK
RGB Variations
Color information
#10C0B2 (or 0x10C0B2) is known color: Light Sea Green. HEX triplet: 10, C0 and B2. RGB value is (16,192,178). Sum of RGB (Red+Green+Blue) = 16+192+178=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #10C0B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C0B2 is #EF3F4D. Grayscale: #898989. Windows color (decimal): -15679310 or 11714576. OLE color: 11714576.
HSL color Cylindrical-coordinate representation of color #10C0B2: hue angle of 175.23º 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 #10C0B2 is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 178 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.25 |
| HSL | 175.23º | 0.85% | 0.41% | - |
| HSV(B) | 175.23º | 0.92% | 0.75% | - |
| XYZ | 27.1 | 41.02 | 48.61 | - |
| YUV | 137.78 | 150.69 | 41.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 178 | 0.92 | 0 | 0.07 | 0.25 | 175.23 | 0.85 | 0.41 |
| Hex | 10 | C0 | B2 | 5C | 0 | 7 | 19 | AF | 55 | 29 |
| Octal | 20 | 300 | 262 | 134 | 0 | 7 | 31 | 257 | 125 | 51 |
| Binary | 10000 | 11000000 | 10110010 | 1011100 | 0 | 111 | 11001 | 10101111 | 1010101 | 101001 |
Color Harmonies of #10C0B2
Complementary color
Monochromatic Colors of #10C0B2
Black with #10C0B2
Text Example
Text Example
White with #10C0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C0B2; }
p { color: rgb(16,192,178); }
H1.HeaderClassName
{
color: #10C0B2;
}
.AnyTagClassName
{
color: #10C0B2;
}
</style>
background-color css
<style>
a { background-color: #10C0B2; }
a { background-color: rgb(16,192,178); }
div.DivClassName
{
background-color: #10C0B2;
}
.BgClassName
{
background-color: #10C0B2;
}
</style>
border-color css
<style>
span { border-color: #10C0B2; }
span { border-color: rgb(16,192,178); }
td.TdClassName
{
border-color: #10C0B2;
}
.TagClassName
{
border-color: #10C0B2;
}
</style>