Shades of Deep Sea #10755E
Tints of Deep Sea #10755E
RGB
CMYK
RGB Variations
Color information
#10755E (or 0x10755E) is known color: Deep Sea. HEX triplet: 10, 75 and 5E. RGB value is (16,117,94). Sum of RGB (Red+Green+Blue) = 16+117+94=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #10755E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10755E is #EF8AA1. Grayscale: #545454. Windows color (decimal): -15698594 or 6190352. OLE color: 6190352.
HSL color Cylindrical-coordinate representation of color #10755E: hue angle of 166.34º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10755E is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 117 | 94 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.54 |
| HSL | 166.34º | 0.76% | 0.26% | - |
| HSV(B) | 166.34º | 0.86% | 0.46% | - |
| XYZ | 8.6 | 13.64 | 12.77 | - |
| YUV | 84.18 | 133.54 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 94 | 0.86 | 0 | 0.20 | 0.54 | 166.34 | 0.76 | 0.26 |
| Hex | 10 | 75 | 5E | 56 | 0 | 14 | 36 | A6 | 4C | 1A |
| Octal | 20 | 165 | 136 | 126 | 0 | 24 | 66 | 246 | 114 | 32 |
| Binary | 10000 | 1110101 | 1011110 | 1010110 | 0 | 10100 | 110110 | 10100110 | 1001100 | 11010 |
Color Harmonies of #10755E
Complementary color
Monochromatic Colors of #10755E
Black with #10755E
Text Example
Text Example
White with #10755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10755E; }
p { color: rgb(16,117,94); }
H1.HeaderClassName
{
color: #10755E;
}
.AnyTagClassName
{
color: #10755E;
}
</style>
background-color css
<style>
a { background-color: #10755E; }
a { background-color: rgb(16,117,94); }
div.DivClassName
{
background-color: #10755E;
}
.BgClassName
{
background-color: #10755E;
}
</style>
border-color css
<style>
span { border-color: #10755E; }
span { border-color: rgb(16,117,94); }
td.TdClassName
{
border-color: #10755E;
}
.TagClassName
{
border-color: #10755E;
}
</style>