Shades of Deep Sea #107363
Tints of Deep Sea #107363
RGB
CMYK
RGB Variations
Color information
#107363 (or 0x107363) is known color: Deep Sea. HEX triplet: 10, 73 and 63. RGB value is (16,115,99). Sum of RGB (Red+Green+Blue) = 16+115+99=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #107363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107363 is #EF8C9C. Grayscale: #535353. Windows color (decimal): -15699101 or 6517520. OLE color: 6517520.
HSL color Cylindrical-coordinate representation of color #107363: hue angle of 170.3º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107363 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 115 | 99 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.55 |
| HSL | 170.3º | 0.76% | 0.26% | - |
| HSV(B) | 170.3º | 0.86% | 0.45% | - |
| XYZ | 8.6 | 13.27 | 13.91 | - |
| YUV | 83.58 | 136.7 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 99 | 0.86 | 0 | 0.14 | 0.55 | 170.3 | 0.76 | 0.26 |
| Hex | 10 | 73 | 63 | 56 | 0 | E | 37 | AA | 4C | 1A |
| Octal | 20 | 163 | 143 | 126 | 0 | 16 | 67 | 252 | 114 | 32 |
| Binary | 10000 | 1110011 | 1100011 | 1010110 | 0 | 1110 | 110111 | 10101010 | 1001100 | 11010 |
Color Harmonies of #107363
Complementary color
Monochromatic Colors of #107363
Black with #107363
Text Example
Text Example
White with #107363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107363; }
p { color: rgb(16,115,99); }
H1.HeaderClassName
{
color: #107363;
}
.AnyTagClassName
{
color: #107363;
}
</style>
background-color css
<style>
a { background-color: #107363; }
a { background-color: rgb(16,115,99); }
div.DivClassName
{
background-color: #107363;
}
.BgClassName
{
background-color: #107363;
}
</style>
border-color css
<style>
span { border-color: #107363; }
span { border-color: rgb(16,115,99); }
td.TdClassName
{
border-color: #107363;
}
.TagClassName
{
border-color: #107363;
}
</style>