Shades of Deep Sea #177B65
Tints of Deep Sea #177B65
RGB
CMYK
RGB Variations
Color information
#177B65 (or 0x177B65) is known color: Deep Sea. HEX triplet: 17, 7B and 65. RGB value is (23,123,101). Sum of RGB (Red+Green+Blue) = 23+123+101=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 123 (48.44% from 255 or 49.80% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 123 - color contains mainly: green. Hex color #177B65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177B65 is #E8849A. Grayscale: #5A5A5A. Windows color (decimal): -15238299 or 6650647. OLE color: 6650647.
HSL color Cylindrical-coordinate representation of color #177B65: hue angle of 166.8º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #177B65 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 123 | 101 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.52 |
| HSL | 166.8º | 0.68% | 0.29% | - |
| HSV(B) | 166.8º | 0.81% | 0.48% | - |
| XYZ | 9.79 | 15.29 | 14.75 | - |
| YUV | 90.59 | 133.87 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 123 | 101 | 0.81 | 0 | 0.18 | 0.52 | 166.8 | 0.68 | 0.29 |
| Hex | 17 | 7B | 65 | 51 | 0 | 12 | 34 | A7 | 44 | 1D |
| Octal | 27 | 173 | 145 | 121 | 0 | 22 | 64 | 247 | 104 | 35 |
| Binary | 10111 | 1111011 | 1100101 | 1010001 | 0 | 10010 | 110100 | 10100111 | 1000100 | 11101 |
Color Harmonies of #177B65
Complementary color
Monochromatic Colors of #177B65
Black with #177B65
Text Example
Text Example
White with #177B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177B65; }
p { color: rgb(23,123,101); }
H1.HeaderClassName
{
color: #177B65;
}
.AnyTagClassName
{
color: #177B65;
}
</style>
background-color css
<style>
a { background-color: #177B65; }
a { background-color: rgb(23,123,101); }
div.DivClassName
{
background-color: #177B65;
}
.BgClassName
{
background-color: #177B65;
}
</style>
border-color css
<style>
span { border-color: #177B65; }
span { border-color: rgb(23,123,101); }
td.TdClassName
{
border-color: #177B65;
}
.TagClassName
{
border-color: #177B65;
}
</style>