Shades of Deep Sea #117363
Tints of Deep Sea #117363
RGB
CMYK
RGB Variations
Color information
#117363 (or 0x117363) is known color: Deep Sea. HEX triplet: 11, 73 and 63. RGB value is (17,115,99). Sum of RGB (Red+Green+Blue) = 17+115+99=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #117363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117363 is #EE8C9C. Grayscale: #535353. Windows color (decimal): -15633565 or 6517521. OLE color: 6517521.
HSL color Cylindrical-coordinate representation of color #117363: hue angle of 170.2º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117363 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 115 | 99 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.55 |
| HSL | 170.2º | 0.74% | 0.26% | - |
| HSV(B) | 170.2º | 0.85% | 0.45% | - |
| XYZ | 8.61 | 13.28 | 13.91 | - |
| YUV | 83.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 115 | 99 | 0.85 | 0 | 0.14 | 0.55 | 170.2 | 0.74 | 0.26 |
| Hex | 11 | 73 | 63 | 55 | 0 | E | 37 | AA | 4A | 1A |
| Octal | 21 | 163 | 143 | 125 | 0 | 16 | 67 | 252 | 112 | 32 |
| Binary | 10001 | 1110011 | 1100011 | 1010101 | 0 | 1110 | 110111 | 10101010 | 1001010 | 11010 |
Color Harmonies of #117363
Complementary color
Monochromatic Colors of #117363
Black with #117363
Text Example
Text Example
White with #117363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117363; }
p { color: rgb(17,115,99); }
H1.HeaderClassName
{
color: #117363;
}
.AnyTagClassName
{
color: #117363;
}
</style>
background-color css
<style>
a { background-color: #117363; }
a { background-color: rgb(17,115,99); }
div.DivClassName
{
background-color: #117363;
}
.BgClassName
{
background-color: #117363;
}
</style>
border-color css
<style>
span { border-color: #117363; }
span { border-color: rgb(17,115,99); }
td.TdClassName
{
border-color: #117363;
}
.TagClassName
{
border-color: #117363;
}
</style>