Shades of Deep Sea #10755C
Tints of Deep Sea #10755C
RGB
CMYK
RGB Variations
Color information
#10755C (or 0x10755C) is known color: Deep Sea. HEX triplet: 10, 75 and 5C. RGB value is (16,117,92). Sum of RGB (Red+Green+Blue) = 16+117+92=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #10755C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10755C is #EF8AA3. Grayscale: #535353. Windows color (decimal): -15698596 or 6059280. OLE color: 6059280.
HSL color Cylindrical-coordinate representation of color #10755C: hue angle of 165.15º 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 #10755C is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 117 | 92 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.54 |
| HSL | 165.15º | 0.76% | 0.26% | - |
| HSV(B) | 165.15º | 0.86% | 0.46% | - |
| XYZ | 8.51 | 13.61 | 12.3 | - |
| YUV | 83.95 | 132.54 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 92 | 0.86 | 0 | 0.21 | 0.54 | 165.15 | 0.76 | 0.26 |
| Hex | 10 | 75 | 5C | 56 | 0 | 15 | 36 | A5 | 4C | 1A |
| Octal | 20 | 165 | 134 | 126 | 0 | 25 | 66 | 245 | 114 | 32 |
| Binary | 10000 | 1110101 | 1011100 | 1010110 | 0 | 10101 | 110110 | 10100101 | 1001100 | 11010 |
Color Harmonies of #10755C
Complementary color
Monochromatic Colors of #10755C
Black with #10755C
Text Example
Text Example
White with #10755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10755C; }
p { color: rgb(16,117,92); }
H1.HeaderClassName
{
color: #10755C;
}
.AnyTagClassName
{
color: #10755C;
}
</style>
background-color css
<style>
a { background-color: #10755C; }
a { background-color: rgb(16,117,92); }
div.DivClassName
{
background-color: #10755C;
}
.BgClassName
{
background-color: #10755C;
}
</style>
border-color css
<style>
span { border-color: #10755C; }
span { border-color: rgb(16,117,92); }
td.TdClassName
{
border-color: #10755C;
}
.TagClassName
{
border-color: #10755C;
}
</style>