Shades of Deep Sea #177B5E
Tints of Deep Sea #177B5E
RGB
CMYK
RGB Variations
Color information
#177B5E (or 0x177B5E) is known color: Deep Sea. HEX triplet: 17, 7B and 5E. RGB value is (23,123,94). Sum of RGB (Red+Green+Blue) = 23+123+94=240 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.58% from 240); Green value is 123 (48.44% from 255 or 51.25% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 123 - color contains mainly: green. Hex color #177B5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177B5E is #E884A1. Grayscale: #595959. Windows color (decimal): -15238306 or 6191895. OLE color: 6191895.
HSL color Cylindrical-coordinate representation of color #177B5E: hue angle of 162.6º 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 #177B5E is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 123 | 94 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.52 |
| HSL | 162.6º | 0.68% | 0.29% | - |
| HSV(B) | 162.6º | 0.81% | 0.48% | - |
| XYZ | 9.46 | 15.16 | 13.02 | - |
| YUV | 89.79 | 130.37 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 123 | 94 | 0.81 | 0 | 0.24 | 0.52 | 162.6 | 0.68 | 0.29 |
| Hex | 17 | 7B | 5E | 51 | 0 | 18 | 34 | A3 | 44 | 1D |
| Octal | 27 | 173 | 136 | 121 | 0 | 30 | 64 | 243 | 104 | 35 |
| Binary | 10111 | 1111011 | 1011110 | 1010001 | 0 | 11000 | 110100 | 10100011 | 1000100 | 11101 |
Color Harmonies of #177B5E
Complementary color
Monochromatic Colors of #177B5E
Black with #177B5E
Text Example
Text Example
White with #177B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177B5E; }
p { color: rgb(23,123,94); }
H1.HeaderClassName
{
color: #177B5E;
}
.AnyTagClassName
{
color: #177B5E;
}
</style>
background-color css
<style>
a { background-color: #177B5E; }
a { background-color: rgb(23,123,94); }
div.DivClassName
{
background-color: #177B5E;
}
.BgClassName
{
background-color: #177B5E;
}
</style>
border-color css
<style>
span { border-color: #177B5E; }
span { border-color: rgb(23,123,94); }
td.TdClassName
{
border-color: #177B5E;
}
.TagClassName
{
border-color: #177B5E;
}
</style>