Shades of Deep Sea #118663
Tints of Deep Sea #118663
RGB
CMYK
RGB Variations
Color information
#118663 (or 0x118663) is known color: Deep Sea. HEX triplet: 11, 86 and 63. RGB value is (17,134,99). Sum of RGB (Red+Green+Blue) = 17+134+99=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #118663 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118663 is #EE799C. Grayscale: #5F5F5F. Windows color (decimal): -15628701 or 6522385. OLE color: 6522385.
HSL color Cylindrical-coordinate representation of color #118663: hue angle of 162.05º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118663 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 134 | 99 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.47 |
| HSL | 162.05º | 0.77% | 0.3% | - |
| HSV(B) | 162.05º | 0.87% | 0.53% | - |
| XYZ | 11.01 | 18.07 | 14.71 | - |
| YUV | 95.03 | 130.24 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 134 | 99 | 0.87 | 0 | 0.26 | 0.47 | 162.05 | 0.77 | 0.3 |
| Hex | 11 | 86 | 63 | 57 | 0 | 1A | 2F | A2 | 4D | 1E |
| Octal | 21 | 206 | 143 | 127 | 0 | 32 | 57 | 242 | 115 | 36 |
| Binary | 10001 | 10000110 | 1100011 | 1010111 | 0 | 11010 | 101111 | 10100010 | 1001101 | 11110 |
Color Harmonies of #118663
Complementary color
Monochromatic Colors of #118663
Black with #118663
Text Example
Text Example
White with #118663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118663; }
p { color: rgb(17,134,99); }
H1.HeaderClassName
{
color: #118663;
}
.AnyTagClassName
{
color: #118663;
}
</style>
background-color css
<style>
a { background-color: #118663; }
a { background-color: rgb(17,134,99); }
div.DivClassName
{
background-color: #118663;
}
.BgClassName
{
background-color: #118663;
}
</style>
border-color css
<style>
span { border-color: #118663; }
span { border-color: rgb(17,134,99); }
td.TdClassName
{
border-color: #118663;
}
.TagClassName
{
border-color: #118663;
}
</style>