Shades of Deep Sea #10766A
Tints of Deep Sea #10766A
RGB
CMYK
RGB Variations
Color information
#10766A (or 0x10766A) is known color: Deep Sea. HEX triplet: 10, 76 and 6A. RGB value is (16,118,106). Sum of RGB (Red+Green+Blue) = 16+118+106=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #10766A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10766A is #EF8995. Grayscale: #565656. Windows color (decimal): -15698326 or 6977040. OLE color: 6977040.
HSL color Cylindrical-coordinate representation of color #10766A: hue angle of 172.94º 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 #10766A is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 118 | 106 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.54 |
| HSL | 172.94º | 0.76% | 0.26% | - |
| HSV(B) | 172.94º | 0.86% | 0.46% | - |
| XYZ | 9.29 | 14.11 | 15.87 | - |
| YUV | 86.13 | 139.21 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 106 | 0.86 | 0 | 0.10 | 0.54 | 172.94 | 0.76 | 0.26 |
| Hex | 10 | 76 | 6A | 56 | 0 | A | 36 | AD | 4C | 1A |
| Octal | 20 | 166 | 152 | 126 | 0 | 12 | 66 | 255 | 114 | 32 |
| Binary | 10000 | 1110110 | 1101010 | 1010110 | 0 | 1010 | 110110 | 10101101 | 1001100 | 11010 |
Color Harmonies of #10766A
Complementary color
Monochromatic Colors of #10766A
Black with #10766A
Text Example
Text Example
White with #10766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10766A; }
p { color: rgb(16,118,106); }
H1.HeaderClassName
{
color: #10766A;
}
.AnyTagClassName
{
color: #10766A;
}
</style>
background-color css
<style>
a { background-color: #10766A; }
a { background-color: rgb(16,118,106); }
div.DivClassName
{
background-color: #10766A;
}
.BgClassName
{
background-color: #10766A;
}
</style>
border-color css
<style>
span { border-color: #10766A; }
span { border-color: rgb(16,118,106); }
td.TdClassName
{
border-color: #10766A;
}
.TagClassName
{
border-color: #10766A;
}
</style>