Shades of Deep Sea #177C65
Tints of Deep Sea #177C65
RGB
CMYK
RGB Variations
Color information
#177C65 (or 0x177C65) is known color: Deep Sea. HEX triplet: 17, 7C and 65. RGB value is (23,124,101). Sum of RGB (Red+Green+Blue) = 23+124+101=248 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.27% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #177C65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177C65 is #E8839A. Grayscale: #5B5B5B. Windows color (decimal): -15238043 or 6650903. OLE color: 6650903.
HSL color Cylindrical-coordinate representation of color #177C65: hue angle of 166.34º 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 #177C65 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 124 | 101 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.51 |
| HSL | 166.34º | 0.69% | 0.29% | - |
| HSV(B) | 166.34º | 0.81% | 0.49% | - |
| XYZ | 9.91 | 15.54 | 14.79 | - |
| YUV | 91.18 | 133.54 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 124 | 101 | 0.81 | 0 | 0.19 | 0.51 | 166.34 | 0.69 | 0.29 |
| Hex | 17 | 7C | 65 | 51 | 0 | 13 | 33 | A6 | 45 | 1D |
| Octal | 27 | 174 | 145 | 121 | 0 | 23 | 63 | 246 | 105 | 35 |
| Binary | 10111 | 1111100 | 1100101 | 1010001 | 0 | 10011 | 110011 | 10100110 | 1000101 | 11101 |
Color Harmonies of #177C65
Complementary color
Monochromatic Colors of #177C65
Black with #177C65
Text Example
Text Example
White with #177C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177C65; }
p { color: rgb(23,124,101); }
H1.HeaderClassName
{
color: #177C65;
}
.AnyTagClassName
{
color: #177C65;
}
</style>
background-color css
<style>
a { background-color: #177C65; }
a { background-color: rgb(23,124,101); }
div.DivClassName
{
background-color: #177C65;
}
.BgClassName
{
background-color: #177C65;
}
</style>
border-color css
<style>
span { border-color: #177C65; }
span { border-color: rgb(23,124,101); }
td.TdClassName
{
border-color: #177C65;
}
.TagClassName
{
border-color: #177C65;
}
</style>