Shades of Light Sea Green #10C0B7
Tints of Light Sea Green #10C0B7
RGB
CMYK
RGB Variations
Color information
#10C0B7 (or 0x10C0B7) is known color: Light Sea Green. HEX triplet: 10, C0 and B7. RGB value is (16,192,183). Sum of RGB (Red+Green+Blue) = 16+192+183=391 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.09% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 183 (71.88% from 255 or 46.80% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #10C0B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C0B7 is #EF3F48. Grayscale: #8A8A8A. Windows color (decimal): -15679305 or 12042256. OLE color: 12042256.
HSL color Cylindrical-coordinate representation of color #10C0B7: hue angle of 176.93º 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 #10C0B7 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 183 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.25 |
| HSL | 176.93º | 0.85% | 0.41% | - |
| HSV(B) | 176.93º | 0.92% | 0.75% | - |
| XYZ | 27.61 | 41.23 | 51.3 | - |
| YUV | 138.35 | 153.19 | 40.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 183 | 0.92 | 0 | 0.05 | 0.25 | 176.93 | 0.85 | 0.41 |
| Hex | 10 | C0 | B7 | 5C | 0 | 5 | 19 | B1 | 55 | 29 |
| Octal | 20 | 300 | 267 | 134 | 0 | 5 | 31 | 261 | 125 | 51 |
| Binary | 10000 | 11000000 | 10110111 | 1011100 | 0 | 101 | 11001 | 10110001 | 1010101 | 101001 |
Color Harmonies of #10C0B7
Complementary color
Monochromatic Colors of #10C0B7
Black with #10C0B7
Text Example
Text Example
White with #10C0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C0B7; }
p { color: rgb(16,192,183); }
H1.HeaderClassName
{
color: #10C0B7;
}
.AnyTagClassName
{
color: #10C0B7;
}
</style>
background-color css
<style>
a { background-color: #10C0B7; }
a { background-color: rgb(16,192,183); }
div.DivClassName
{
background-color: #10C0B7;
}
.BgClassName
{
background-color: #10C0B7;
}
</style>
border-color css
<style>
span { border-color: #10C0B7; }
span { border-color: rgb(16,192,183); }
td.TdClassName
{
border-color: #10C0B7;
}
.TagClassName
{
border-color: #10C0B7;
}
</style>