Shades of Deep Sea #177565
Tints of Deep Sea #177565
RGB
CMYK
RGB Variations
Color information
#177565 (or 0x177565) is known color: Deep Sea. HEX triplet: 17, 75 and 65. RGB value is (23,117,101). Sum of RGB (Red+Green+Blue) = 23+117+101=241 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.54% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #177565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177565 is #E88A9A. Grayscale: #575757. Windows color (decimal): -15239835 or 6649111. OLE color: 6649111.
HSL color Cylindrical-coordinate representation of color #177565: hue angle of 169.79º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #177565 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 23 | 117 | 101 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.54 |
| HSL | 169.79º | 0.67% | 0.27% | - |
| HSV(B) | 169.79º | 0.8% | 0.46% | - |
| XYZ | 9.06 | 13.84 | 14.51 | - |
| YUV | 87.07 | 135.86 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 117 | 101 | 0.80 | 0 | 0.14 | 0.54 | 169.79 | 0.67 | 0.27 |
| Hex | 17 | 75 | 65 | 50 | 0 | E | 36 | AA | 43 | 1B |
| Octal | 27 | 165 | 145 | 120 | 0 | 16 | 66 | 252 | 103 | 33 |
| Binary | 10111 | 1110101 | 1100101 | 1010000 | 0 | 1110 | 110110 | 10101010 | 1000011 | 11011 |
Color Harmonies of #177565
Complementary color
Monochromatic Colors of #177565
Black with #177565
Text Example
Text Example
White with #177565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177565; }
p { color: rgb(23,117,101); }
H1.HeaderClassName
{
color: #177565;
}
.AnyTagClassName
{
color: #177565;
}
</style>
background-color css
<style>
a { background-color: #177565; }
a { background-color: rgb(23,117,101); }
div.DivClassName
{
background-color: #177565;
}
.BgClassName
{
background-color: #177565;
}
</style>
border-color css
<style>
span { border-color: #177565; }
span { border-color: rgb(23,117,101); }
td.TdClassName
{
border-color: #177565;
}
.TagClassName
{
border-color: #177565;
}
</style>