Shades of Deep Sea #108665
Tints of Deep Sea #108665
RGB
CMYK
RGB Variations
Color information
#108665 (or 0x108665) is known color: Deep Sea. HEX triplet: 10, 86 and 65. RGB value is (16,134,101). Sum of RGB (Red+Green+Blue) = 16+134+101=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #108665 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108665 is #EF799A. Grayscale: #5E5E5E. Windows color (decimal): -15694235 or 6653456. OLE color: 6653456.
HSL color Cylindrical-coordinate representation of color #108665: hue angle of 163.22º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108665 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 134 | 101 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.47 |
| HSL | 163.22º | 0.79% | 0.29% | - |
| HSV(B) | 163.22º | 0.88% | 0.53% | - |
| XYZ | 11.09 | 18.1 | 15.22 | - |
| YUV | 94.96 | 131.41 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 134 | 101 | 0.88 | 0 | 0.25 | 0.47 | 163.22 | 0.79 | 0.29 |
| Hex | 10 | 86 | 65 | 58 | 0 | 19 | 2F | A3 | 4F | 1D |
| Octal | 20 | 206 | 145 | 130 | 0 | 31 | 57 | 243 | 117 | 35 |
| Binary | 10000 | 10000110 | 1100101 | 1011000 | 0 | 11001 | 101111 | 10100011 | 1001111 | 11101 |
Color Harmonies of #108665
Complementary color
Monochromatic Colors of #108665
Black with #108665
Text Example
Text Example
White with #108665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108665; }
p { color: rgb(16,134,101); }
H1.HeaderClassName
{
color: #108665;
}
.AnyTagClassName
{
color: #108665;
}
</style>
background-color css
<style>
a { background-color: #108665; }
a { background-color: rgb(16,134,101); }
div.DivClassName
{
background-color: #108665;
}
.BgClassName
{
background-color: #108665;
}
</style>
border-color css
<style>
span { border-color: #108665; }
span { border-color: rgb(16,134,101); }
td.TdClassName
{
border-color: #108665;
}
.TagClassName
{
border-color: #108665;
}
</style>