Shades of Deep Sea #118462
Tints of Deep Sea #118462
RGB
CMYK
RGB Variations
Color information
#118462 (or 0x118462) is known color: Deep Sea. HEX triplet: 11, 84 and 62. RGB value is (17,132,98). Sum of RGB (Red+Green+Blue) = 17+132+98=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #118462 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118462 is #EE7B9D. Grayscale: #5D5D5D. Windows color (decimal): -15629214 or 6456337. OLE color: 6456337.
HSL color Cylindrical-coordinate representation of color #118462: hue angle of 162.26º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118462 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 132 | 98 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.48 |
| HSL | 162.26º | 0.77% | 0.29% | - |
| HSV(B) | 162.26º | 0.87% | 0.52% | - |
| XYZ | 10.69 | 17.5 | 14.37 | - |
| YUV | 93.74 | 130.4 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 132 | 98 | 0.87 | 0 | 0.26 | 0.48 | 162.26 | 0.77 | 0.29 |
| Hex | 11 | 84 | 62 | 57 | 0 | 1A | 30 | A2 | 4D | 1D |
| Octal | 21 | 204 | 142 | 127 | 0 | 32 | 60 | 242 | 115 | 35 |
| Binary | 10001 | 10000100 | 1100010 | 1010111 | 0 | 11010 | 110000 | 10100010 | 1001101 | 11101 |
Color Harmonies of #118462
Complementary color
Monochromatic Colors of #118462
Black with #118462
Text Example
Text Example
White with #118462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118462; }
p { color: rgb(17,132,98); }
H1.HeaderClassName
{
color: #118462;
}
.AnyTagClassName
{
color: #118462;
}
</style>
background-color css
<style>
a { background-color: #118462; }
a { background-color: rgb(17,132,98); }
div.DivClassName
{
background-color: #118462;
}
.BgClassName
{
background-color: #118462;
}
</style>
border-color css
<style>
span { border-color: #118462; }
span { border-color: rgb(17,132,98); }
td.TdClassName
{
border-color: #118462;
}
.TagClassName
{
border-color: #118462;
}
</style>