Shades of Deep Sea #107663
Tints of Deep Sea #107663
RGB
CMYK
RGB Variations
Color information
#107663 (or 0x107663) is known color: Deep Sea. HEX triplet: 10, 76 and 63. RGB value is (16,118,99). Sum of RGB (Red+Green+Blue) = 16+118+99=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #107663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107663 is #EF899C. Grayscale: #555555. Windows color (decimal): -15698333 or 6518288. OLE color: 6518288.
HSL color Cylindrical-coordinate representation of color #107663: hue angle of 168.82º 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 #107663 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 118 | 99 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.54 |
| HSL | 168.82º | 0.76% | 0.26% | - |
| HSV(B) | 168.82º | 0.86% | 0.46% | - |
| XYZ | 8.94 | 13.97 | 14.03 | - |
| YUV | 85.34 | 135.71 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 99 | 0.86 | 0 | 0.16 | 0.54 | 168.82 | 0.76 | 0.26 |
| Hex | 10 | 76 | 63 | 56 | 0 | 10 | 36 | A9 | 4C | 1A |
| Octal | 20 | 166 | 143 | 126 | 0 | 20 | 66 | 251 | 114 | 32 |
| Binary | 10000 | 1110110 | 1100011 | 1010110 | 0 | 10000 | 110110 | 10101001 | 1001100 | 11010 |
Color Harmonies of #107663
Complementary color
Monochromatic Colors of #107663
Black with #107663
Text Example
Text Example
White with #107663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107663; }
p { color: rgb(16,118,99); }
H1.HeaderClassName
{
color: #107663;
}
.AnyTagClassName
{
color: #107663;
}
</style>
background-color css
<style>
a { background-color: #107663; }
a { background-color: rgb(16,118,99); }
div.DivClassName
{
background-color: #107663;
}
.BgClassName
{
background-color: #107663;
}
</style>
border-color css
<style>
span { border-color: #107663; }
span { border-color: rgb(16,118,99); }
td.TdClassName
{
border-color: #107663;
}
.TagClassName
{
border-color: #107663;
}
</style>