Shades of Deep Sea #177C64
Tints of Deep Sea #177C64
RGB
CMYK
RGB Variations
Color information
#177C64 (or 0x177C64) is known color: Deep Sea. HEX triplet: 17, 7C and 64. RGB value is (23,124,100). Sum of RGB (Red+Green+Blue) = 23+124+100=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 124 (48.83% from 255 or 50.20% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 124 - color contains mainly: green. Hex color #177C64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177C64 is #E8839B. Grayscale: #5B5B5B. Windows color (decimal): -15238044 or 6585367. OLE color: 6585367.
HSL color Cylindrical-coordinate representation of color #177C64: hue angle of 165.74º 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 #177C64 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 124 | 100 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.51 |
| HSL | 165.74º | 0.69% | 0.29% | - |
| HSV(B) | 165.74º | 0.81% | 0.49% | - |
| XYZ | 9.86 | 15.52 | 14.53 | - |
| YUV | 91.07 | 133.04 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 124 | 100 | 0.81 | 0 | 0.19 | 0.51 | 165.74 | 0.69 | 0.29 |
| Hex | 17 | 7C | 64 | 51 | 0 | 13 | 33 | A6 | 45 | 1D |
| Octal | 27 | 174 | 144 | 121 | 0 | 23 | 63 | 246 | 105 | 35 |
| Binary | 10111 | 1111100 | 1100100 | 1010001 | 0 | 10011 | 110011 | 10100110 | 1000101 | 11101 |
Color Harmonies of #177C64
Complementary color
Monochromatic Colors of #177C64
Black with #177C64
Text Example
Text Example
White with #177C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177C64; }
p { color: rgb(23,124,100); }
H1.HeaderClassName
{
color: #177C64;
}
.AnyTagClassName
{
color: #177C64;
}
</style>
background-color css
<style>
a { background-color: #177C64; }
a { background-color: rgb(23,124,100); }
div.DivClassName
{
background-color: #177C64;
}
.BgClassName
{
background-color: #177C64;
}
</style>
border-color css
<style>
span { border-color: #177C64; }
span { border-color: rgb(23,124,100); }
td.TdClassName
{
border-color: #177C64;
}
.TagClassName
{
border-color: #177C64;
}
</style>