Shades of Deep Sea #177C5B
Tints of Deep Sea #177C5B
RGB
CMYK
RGB Variations
Color information
#177C5B (or 0x177C5B) is known color: Deep Sea. HEX triplet: 17, 7C and 5B. RGB value is (23,124,91). Sum of RGB (Red+Green+Blue) = 23+124+91=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 124 (48.83% from 255 or 52.10% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 124 - color contains mainly: green. Hex color #177C5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177C5B is #E883A4. Grayscale: #5A5A5A. Windows color (decimal): -15238053 or 5995543. OLE color: 5995543.
HSL color Cylindrical-coordinate representation of color #177C5B: hue angle of 160.4º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #177C5B is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 124 | 91 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.51 |
| HSL | 160.4º | 0.69% | 0.29% | - |
| HSV(B) | 160.4º | 0.81% | 0.49% | - |
| XYZ | 9.45 | 15.35 | 12.36 | - |
| YUV | 90.04 | 128.54 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 124 | 91 | 0.81 | 0 | 0.27 | 0.51 | 160.4 | 0.69 | 0.29 |
| Hex | 17 | 7C | 5B | 51 | 0 | 1B | 33 | A0 | 45 | 1D |
| Octal | 27 | 174 | 133 | 121 | 0 | 33 | 63 | 240 | 105 | 35 |
| Binary | 10111 | 1111100 | 1011011 | 1010001 | 0 | 11011 | 110011 | 10100000 | 1000101 | 11101 |
Color Harmonies of #177C5B
Complementary color
Monochromatic Colors of #177C5B
Black with #177C5B
Text Example
Text Example
White with #177C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177C5B; }
p { color: rgb(23,124,91); }
H1.HeaderClassName
{
color: #177C5B;
}
.AnyTagClassName
{
color: #177C5B;
}
</style>
background-color css
<style>
a { background-color: #177C5B; }
a { background-color: rgb(23,124,91); }
div.DivClassName
{
background-color: #177C5B;
}
.BgClassName
{
background-color: #177C5B;
}
</style>
border-color css
<style>
span { border-color: #177C5B; }
span { border-color: rgb(23,124,91); }
td.TdClassName
{
border-color: #177C5B;
}
.TagClassName
{
border-color: #177C5B;
}
</style>