Shades of Deep Sea #177C5A
Tints of Deep Sea #177C5A
RGB
CMYK
RGB Variations
Color information
#177C5A (or 0x177C5A) is known color: Deep Sea. HEX triplet: 17, 7C and 5A. RGB value is (23,124,90). Sum of RGB (Red+Green+Blue) = 23+124+90=237 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.70% from 237); Green value is 124 (48.83% from 255 or 52.32% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 124 - color contains mainly: green. Hex color #177C5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177C5A is #E883A5. Grayscale: #595959. Windows color (decimal): -15238054 or 5930007. OLE color: 5930007.
HSL color Cylindrical-coordinate representation of color #177C5A: hue angle of 159.8º 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 #177C5A is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 124 | 90 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.51 |
| HSL | 159.8º | 0.69% | 0.29% | - |
| HSV(B) | 159.8º | 0.81% | 0.49% | - |
| XYZ | 9.41 | 15.34 | 12.14 | - |
| YUV | 89.93 | 128.04 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 124 | 90 | 0.81 | 0 | 0.27 | 0.51 | 159.8 | 0.69 | 0.29 |
| Hex | 17 | 7C | 5A | 51 | 0 | 1B | 33 | A0 | 45 | 1D |
| Octal | 27 | 174 | 132 | 121 | 0 | 33 | 63 | 240 | 105 | 35 |
| Binary | 10111 | 1111100 | 1011010 | 1010001 | 0 | 11011 | 110011 | 10100000 | 1000101 | 11101 |
Color Harmonies of #177C5A
Complementary color
Monochromatic Colors of #177C5A
Black with #177C5A
Text Example
Text Example
White with #177C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177C5A; }
p { color: rgb(23,124,90); }
H1.HeaderClassName
{
color: #177C5A;
}
.AnyTagClassName
{
color: #177C5A;
}
</style>
background-color css
<style>
a { background-color: #177C5A; }
a { background-color: rgb(23,124,90); }
div.DivClassName
{
background-color: #177C5A;
}
.BgClassName
{
background-color: #177C5A;
}
</style>
border-color css
<style>
span { border-color: #177C5A; }
span { border-color: rgb(23,124,90); }
td.TdClassName
{
border-color: #177C5A;
}
.TagClassName
{
border-color: #177C5A;
}
</style>