Shades of Deep Sea #177B5D
Tints of Deep Sea #177B5D
RGB
CMYK
RGB Variations
Color information
#177B5D (or 0x177B5D) is known color: Deep Sea. HEX triplet: 17, 7B and 5D. RGB value is (23,123,93). Sum of RGB (Red+Green+Blue) = 23+123+93=239 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.62% from 239); Green value is 123 (48.44% from 255 or 51.46% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 123 - color contains mainly: green. Hex color #177B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177B5D is #E884A2. Grayscale: #595959. Windows color (decimal): -15238307 or 6126359. OLE color: 6126359.
HSL color Cylindrical-coordinate representation of color #177B5D: hue angle of 162º 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 #177B5D is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 123 | 93 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.52 |
| HSL | 162º | 0.68% | 0.29% | - |
| HSV(B) | 162º | 0.81% | 0.48% | - |
| XYZ | 9.41 | 15.14 | 12.78 | - |
| YUV | 89.68 | 129.87 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 123 | 93 | 0.81 | 0 | 0.24 | 0.52 | 162 | 0.68 | 0.29 |
| Hex | 17 | 7B | 5D | 51 | 0 | 18 | 34 | A2 | 44 | 1D |
| Octal | 27 | 173 | 135 | 121 | 0 | 30 | 64 | 242 | 104 | 35 |
| Binary | 10111 | 1111011 | 1011101 | 1010001 | 0 | 11000 | 110100 | 10100010 | 1000100 | 11101 |
Color Harmonies of #177B5D
Complementary color
Monochromatic Colors of #177B5D
Black with #177B5D
Text Example
Text Example
White with #177B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177B5D; }
p { color: rgb(23,123,93); }
H1.HeaderClassName
{
color: #177B5D;
}
.AnyTagClassName
{
color: #177B5D;
}
</style>
background-color css
<style>
a { background-color: #177B5D; }
a { background-color: rgb(23,123,93); }
div.DivClassName
{
background-color: #177B5D;
}
.BgClassName
{
background-color: #177B5D;
}
</style>
border-color css
<style>
span { border-color: #177B5D; }
span { border-color: rgb(23,123,93); }
td.TdClassName
{
border-color: #177B5D;
}
.TagClassName
{
border-color: #177B5D;
}
</style>