Shades of Deep Sea #117B58
Tints of Deep Sea #117B58
RGB
CMYK
RGB Variations
Color information
#117B58 (or 0x117B58) is known color: Deep Sea. HEX triplet: 11, 7B and 58. RGB value is (17,123,88). Sum of RGB (Red+Green+Blue) = 17+123+88=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 123 (48.44% from 255 or 53.95% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 123 - color contains mainly: green. Hex color #117B58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117B58 is #EE84A7. Grayscale: #575757. Windows color (decimal): -15631528 or 5798673. OLE color: 5798673.
HSL color Cylindrical-coordinate representation of color #117B58: hue angle of 160.19º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117B58 is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 123 | 88 | - |
| CMYK | 0.86 | 0 | 0.28 | 0.52 |
| HSL | 160.19º | 0.76% | 0.27% | - |
| HSV(B) | 160.19º | 0.86% | 0.48% | - |
| XYZ | 9.08 | 14.99 | 11.65 | - |
| YUV | 87.32 | 128.38 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 88 | 0.86 | 0 | 0.28 | 0.52 | 160.19 | 0.76 | 0.27 |
| Hex | 11 | 7B | 58 | 56 | 0 | 1C | 34 | A0 | 4C | 1B |
| Octal | 21 | 173 | 130 | 126 | 0 | 34 | 64 | 240 | 114 | 33 |
| Binary | 10001 | 1111011 | 1011000 | 1010110 | 0 | 11100 | 110100 | 10100000 | 1001100 | 11011 |
Color Harmonies of #117B58
Complementary color
Monochromatic Colors of #117B58
Black with #117B58
Text Example
Text Example
White with #117B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117B58; }
p { color: rgb(17,123,88); }
H1.HeaderClassName
{
color: #117B58;
}
.AnyTagClassName
{
color: #117B58;
}
</style>
background-color css
<style>
a { background-color: #117B58; }
a { background-color: rgb(17,123,88); }
div.DivClassName
{
background-color: #117B58;
}
.BgClassName
{
background-color: #117B58;
}
</style>
border-color css
<style>
span { border-color: #117B58; }
span { border-color: rgb(17,123,88); }
td.TdClassName
{
border-color: #117B58;
}
.TagClassName
{
border-color: #117B58;
}
</style>