Shades of Deep Sea #118060
Tints of Deep Sea #118060
RGB
CMYK
RGB Variations
Color information
#118060 (or 0x118060) is known color: Deep Sea. HEX triplet: 11, 80 and 60. RGB value is (17,128,96). Sum of RGB (Red+Green+Blue) = 17+128+96=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #118060 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118060 is #EE7F9F. Grayscale: #5B5B5B. Windows color (decimal): -15630240 or 6324241. OLE color: 6324241.
HSL color Cylindrical-coordinate representation of color #118060: hue angle of 162.7º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118060 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 128 | 96 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.50 |
| HSL | 162.7º | 0.77% | 0.28% | - |
| HSV(B) | 162.7º | 0.87% | 0.5% | - |
| XYZ | 10.06 | 16.4 | 13.7 | - |
| YUV | 91.16 | 130.73 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 128 | 96 | 0.87 | 0 | 0.25 | 0.50 | 162.7 | 0.77 | 0.28 |
| Hex | 11 | 80 | 60 | 57 | 0 | 19 | 32 | A3 | 4D | 1C |
| Octal | 21 | 200 | 140 | 127 | 0 | 31 | 62 | 243 | 115 | 34 |
| Binary | 10001 | 10000000 | 1100000 | 1010111 | 0 | 11001 | 110010 | 10100011 | 1001101 | 11100 |
Color Harmonies of #118060
Complementary color
Monochromatic Colors of #118060
Black with #118060
Text Example
Text Example
White with #118060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118060; }
p { color: rgb(17,128,96); }
H1.HeaderClassName
{
color: #118060;
}
.AnyTagClassName
{
color: #118060;
}
</style>
background-color css
<style>
a { background-color: #118060; }
a { background-color: rgb(17,128,96); }
div.DivClassName
{
background-color: #118060;
}
.BgClassName
{
background-color: #118060;
}
</style>
border-color css
<style>
span { border-color: #118060; }
span { border-color: rgb(17,128,96); }
td.TdClassName
{
border-color: #118060;
}
.TagClassName
{
border-color: #118060;
}
</style>