Shades of Deep Sea #117D5C
Tints of Deep Sea #117D5C
RGB
CMYK
RGB Variations
Color information
#117D5C (or 0x117D5C) is known color: Deep Sea. HEX triplet: 11, 7D and 5C. RGB value is (17,125,92). Sum of RGB (Red+Green+Blue) = 17+125+92=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 125 (49.22% from 255 or 53.42% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 125 - color contains mainly: green. Hex color #117D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117D5C is #EE82A3. Grayscale: #585858. Windows color (decimal): -15631012 or 6061329. OLE color: 6061329.
HSL color Cylindrical-coordinate representation of color #117D5C: hue angle of 161.67º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117D5C is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 125 | 92 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.51 |
| HSL | 161.67º | 0.76% | 0.28% | - |
| HSV(B) | 161.67º | 0.86% | 0.49% | - |
| XYZ | 9.5 | 15.56 | 12.63 | - |
| YUV | 88.95 | 129.72 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 92 | 0.86 | 0 | 0.26 | 0.51 | 161.67 | 0.76 | 0.28 |
| Hex | 11 | 7D | 5C | 56 | 0 | 1A | 33 | A2 | 4C | 1C |
| Octal | 21 | 175 | 134 | 126 | 0 | 32 | 63 | 242 | 114 | 34 |
| Binary | 10001 | 1111101 | 1011100 | 1010110 | 0 | 11010 | 110011 | 10100010 | 1001100 | 11100 |
Color Harmonies of #117D5C
Complementary color
Monochromatic Colors of #117D5C
Black with #117D5C
Text Example
Text Example
White with #117D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117D5C; }
p { color: rgb(17,125,92); }
H1.HeaderClassName
{
color: #117D5C;
}
.AnyTagClassName
{
color: #117D5C;
}
</style>
background-color css
<style>
a { background-color: #117D5C; }
a { background-color: rgb(17,125,92); }
div.DivClassName
{
background-color: #117D5C;
}
.BgClassName
{
background-color: #117D5C;
}
</style>
border-color css
<style>
span { border-color: #117D5C; }
span { border-color: rgb(17,125,92); }
td.TdClassName
{
border-color: #117D5C;
}
.TagClassName
{
border-color: #117D5C;
}
</style>