Shades of Deep Sea #10765E
Tints of Deep Sea #10765E
RGB
CMYK
RGB Variations
Color information
#10765E (or 0x10765E) is known color: Deep Sea. HEX triplet: 10, 76 and 5E. RGB value is (16,118,94). Sum of RGB (Red+Green+Blue) = 16+118+94=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #10765E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10765E is #EF89A1. Grayscale: #545454. Windows color (decimal): -15698338 or 6190608. OLE color: 6190608.
HSL color Cylindrical-coordinate representation of color #10765E: hue angle of 165.88º 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 #10765E is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 118 | 94 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.54 |
| HSL | 165.88º | 0.76% | 0.26% | - |
| HSV(B) | 165.88º | 0.86% | 0.46% | - |
| XYZ | 8.71 | 13.88 | 12.81 | - |
| YUV | 84.77 | 133.21 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 94 | 0.86 | 0 | 0.20 | 0.54 | 165.88 | 0.76 | 0.26 |
| Hex | 10 | 76 | 5E | 56 | 0 | 14 | 36 | A6 | 4C | 1A |
| Octal | 20 | 166 | 136 | 126 | 0 | 24 | 66 | 246 | 114 | 32 |
| Binary | 10000 | 1110110 | 1011110 | 1010110 | 0 | 10100 | 110110 | 10100110 | 1001100 | 11010 |
Color Harmonies of #10765E
Complementary color
Monochromatic Colors of #10765E
Black with #10765E
Text Example
Text Example
White with #10765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10765E; }
p { color: rgb(16,118,94); }
H1.HeaderClassName
{
color: #10765E;
}
.AnyTagClassName
{
color: #10765E;
}
</style>
background-color css
<style>
a { background-color: #10765E; }
a { background-color: rgb(16,118,94); }
div.DivClassName
{
background-color: #10765E;
}
.BgClassName
{
background-color: #10765E;
}
</style>
border-color css
<style>
span { border-color: #10765E; }
span { border-color: rgb(16,118,94); }
td.TdClassName
{
border-color: #10765E;
}
.TagClassName
{
border-color: #10765E;
}
</style>