Shades of Deep Sea #118272
Tints of Deep Sea #118272
RGB
CMYK
RGB Variations
Color information
#118272 (or 0x118272) is known color: Deep Sea. HEX triplet: 11, 82 and 72. RGB value is (17,130,114). Sum of RGB (Red+Green+Blue) = 17+130+114=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #118272 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118272 is #EE7D8D. Grayscale: #5E5E5E. Windows color (decimal): -15629710 or 7504401. OLE color: 7504401.
HSL color Cylindrical-coordinate representation of color #118272: hue angle of 171.5º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118272 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 114 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.49 |
| HSL | 171.5º | 0.77% | 0.29% | - |
| HSV(B) | 171.5º | 0.87% | 0.51% | - |
| XYZ | 11.25 | 17.3 | 18.67 | - |
| YUV | 94.39 | 139.06 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 114 | 0.87 | 0 | 0.12 | 0.49 | 171.5 | 0.77 | 0.29 |
| Hex | 11 | 82 | 72 | 57 | 0 | C | 31 | AC | 4D | 1D |
| Octal | 21 | 202 | 162 | 127 | 0 | 14 | 61 | 254 | 115 | 35 |
| Binary | 10001 | 10000010 | 1110010 | 1010111 | 0 | 1100 | 110001 | 10101100 | 1001101 | 11101 |
Color Harmonies of #118272
Complementary color
Monochromatic Colors of #118272
Black with #118272
Text Example
Text Example
White with #118272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118272; }
p { color: rgb(17,130,114); }
H1.HeaderClassName
{
color: #118272;
}
.AnyTagClassName
{
color: #118272;
}
</style>
background-color css
<style>
a { background-color: #118272; }
a { background-color: rgb(17,130,114); }
div.DivClassName
{
background-color: #118272;
}
.BgClassName
{
background-color: #118272;
}
</style>
border-color css
<style>
span { border-color: #118272; }
span { border-color: rgb(17,130,114); }
td.TdClassName
{
border-color: #118272;
}
.TagClassName
{
border-color: #118272;
}
</style>