Shades of Light Sea Green #10C0B9
Tints of Light Sea Green #10C0B9
RGB
CMYK
RGB Variations
Color information
#10C0B9 (or 0x10C0B9) is known color: Light Sea Green. HEX triplet: 10, C0 and B9. RGB value is (16,192,185). Sum of RGB (Red+Green+Blue) = 16+192+185=393 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.07% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #10C0B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C0B9 is #EF3F46. Grayscale: #8A8A8A. Windows color (decimal): -15679303 or 12173328. OLE color: 12173328.
HSL color Cylindrical-coordinate representation of color #10C0B9: hue angle of 177.61º 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 #10C0B9 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 185 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.25 |
| HSL | 177.61º | 0.85% | 0.41% | - |
| HSV(B) | 177.61º | 0.92% | 0.75% | - |
| XYZ | 27.82 | 41.31 | 52.41 | - |
| YUV | 138.58 | 154.19 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 185 | 0.92 | 0 | 0.04 | 0.25 | 177.61 | 0.85 | 0.41 |
| Hex | 10 | C0 | B9 | 5C | 0 | 4 | 19 | B2 | 55 | 29 |
| Octal | 20 | 300 | 271 | 134 | 0 | 4 | 31 | 262 | 125 | 51 |
| Binary | 10000 | 11000000 | 10111001 | 1011100 | 0 | 100 | 11001 | 10110010 | 1010101 | 101001 |
Color Harmonies of #10C0B9
Complementary color
Monochromatic Colors of #10C0B9
Black with #10C0B9
Text Example
Text Example
White with #10C0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C0B9; }
p { color: rgb(16,192,185); }
H1.HeaderClassName
{
color: #10C0B9;
}
.AnyTagClassName
{
color: #10C0B9;
}
</style>
background-color css
<style>
a { background-color: #10C0B9; }
a { background-color: rgb(16,192,185); }
div.DivClassName
{
background-color: #10C0B9;
}
.BgClassName
{
background-color: #10C0B9;
}
</style>
border-color css
<style>
span { border-color: #10C0B9; }
span { border-color: rgb(16,192,185); }
td.TdClassName
{
border-color: #10C0B9;
}
.TagClassName
{
border-color: #10C0B9;
}
</style>