Shades of Deep Sea #117B5B
Tints of Deep Sea #117B5B
RGB
CMYK
RGB Variations
Color information
#117B5B (or 0x117B5B) is known color: Deep Sea. HEX triplet: 11, 7B and 5B. RGB value is (17,123,91). Sum of RGB (Red+Green+Blue) = 17+123+91=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 123 (48.44% from 255 or 53.25% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 123 - color contains mainly: green. Hex color #117B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117B5B is #EE84A4. Grayscale: #575757. Windows color (decimal): -15631525 or 5995281. OLE color: 5995281.
HSL color Cylindrical-coordinate representation of color #117B5B: hue angle of 161.89º 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 #117B5B is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 123 | 91 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.52 |
| HSL | 161.89º | 0.76% | 0.27% | - |
| HSV(B) | 161.89º | 0.86% | 0.48% | - |
| XYZ | 9.2 | 15.04 | 12.32 | - |
| YUV | 87.66 | 129.88 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 91 | 0.86 | 0 | 0.26 | 0.52 | 161.89 | 0.76 | 0.27 |
| Hex | 11 | 7B | 5B | 56 | 0 | 1A | 34 | A2 | 4C | 1B |
| Octal | 21 | 173 | 133 | 126 | 0 | 32 | 64 | 242 | 114 | 33 |
| Binary | 10001 | 1111011 | 1011011 | 1010110 | 0 | 11010 | 110100 | 10100010 | 1001100 | 11011 |
Color Harmonies of #117B5B
Complementary color
Monochromatic Colors of #117B5B
Black with #117B5B
Text Example
Text Example
White with #117B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117B5B; }
p { color: rgb(17,123,91); }
H1.HeaderClassName
{
color: #117B5B;
}
.AnyTagClassName
{
color: #117B5B;
}
</style>
background-color css
<style>
a { background-color: #117B5B; }
a { background-color: rgb(17,123,91); }
div.DivClassName
{
background-color: #117B5B;
}
.BgClassName
{
background-color: #117B5B;
}
</style>
border-color css
<style>
span { border-color: #117B5B; }
span { border-color: rgb(17,123,91); }
td.TdClassName
{
border-color: #117B5B;
}
.TagClassName
{
border-color: #117B5B;
}
</style>