Shades of Deep Sea #107365
Tints of Deep Sea #107365
RGB
CMYK
RGB Variations
Color information
#107365 (or 0x107365) is known color: Deep Sea. HEX triplet: 10, 73 and 65. RGB value is (16,115,101). Sum of RGB (Red+Green+Blue) = 16+115+101=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #107365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107365 is #EF8C9A. Grayscale: #535353. Windows color (decimal): -15699099 or 6648592. OLE color: 6648592.
HSL color Cylindrical-coordinate representation of color #107365: hue angle of 171.52º 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 #107365 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 115 | 101 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.55 |
| HSL | 171.52º | 0.76% | 0.26% | - |
| HSV(B) | 171.52º | 0.86% | 0.45% | - |
| XYZ | 8.69 | 13.31 | 14.42 | - |
| YUV | 83.8 | 137.7 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 101 | 0.86 | 0 | 0.12 | 0.55 | 171.52 | 0.76 | 0.26 |
| Hex | 10 | 73 | 65 | 56 | 0 | C | 37 | AC | 4C | 1A |
| Octal | 20 | 163 | 145 | 126 | 0 | 14 | 67 | 254 | 114 | 32 |
| Binary | 10000 | 1110011 | 1100101 | 1010110 | 0 | 1100 | 110111 | 10101100 | 1001100 | 11010 |
Color Harmonies of #107365
Complementary color
Monochromatic Colors of #107365
Black with #107365
Text Example
Text Example
White with #107365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107365; }
p { color: rgb(16,115,101); }
H1.HeaderClassName
{
color: #107365;
}
.AnyTagClassName
{
color: #107365;
}
</style>
background-color css
<style>
a { background-color: #107365; }
a { background-color: rgb(16,115,101); }
div.DivClassName
{
background-color: #107365;
}
.BgClassName
{
background-color: #107365;
}
</style>
border-color css
<style>
span { border-color: #107365; }
span { border-color: rgb(16,115,101); }
td.TdClassName
{
border-color: #107365;
}
.TagClassName
{
border-color: #107365;
}
</style>