Shades of Deep Sea #177F5C
Tints of Deep Sea #177F5C
RGB
CMYK
RGB Variations
Color information
#177F5C (or 0x177F5C) is known color: Deep Sea. HEX triplet: 17, 7F and 5C. RGB value is (23,127,92). Sum of RGB (Red+Green+Blue) = 23+127+92=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 127 (50% from 255 or 52.48% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 127 - color contains mainly: green. Hex color #177F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177F5C is #E880A3. Grayscale: #5B5B5B. Windows color (decimal): -15237284 or 6061847. OLE color: 6061847.
HSL color Cylindrical-coordinate representation of color #177F5C: hue angle of 159.81º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #177F5C is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 127 | 92 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.50 |
| HSL | 159.81º | 0.69% | 0.29% | - |
| HSV(B) | 159.81º | 0.82% | 0.5% | - |
| XYZ | 9.87 | 16.13 | 12.72 | - |
| YUV | 91.91 | 128.04 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 127 | 92 | 0.82 | 0 | 0.28 | 0.50 | 159.81 | 0.69 | 0.29 |
| Hex | 17 | 7F | 5C | 52 | 0 | 1C | 32 | A0 | 45 | 1D |
| Octal | 27 | 177 | 134 | 122 | 0 | 34 | 62 | 240 | 105 | 35 |
| Binary | 10111 | 1111111 | 1011100 | 1010010 | 0 | 11100 | 110010 | 10100000 | 1000101 | 11101 |
Color Harmonies of #177F5C
Complementary color
Monochromatic Colors of #177F5C
Black with #177F5C
Text Example
Text Example
White with #177F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177F5C; }
p { color: rgb(23,127,92); }
H1.HeaderClassName
{
color: #177F5C;
}
.AnyTagClassName
{
color: #177F5C;
}
</style>
background-color css
<style>
a { background-color: #177F5C; }
a { background-color: rgb(23,127,92); }
div.DivClassName
{
background-color: #177F5C;
}
.BgClassName
{
background-color: #177F5C;
}
</style>
border-color css
<style>
span { border-color: #177F5C; }
span { border-color: rgb(23,127,92); }
td.TdClassName
{
border-color: #177F5C;
}
.TagClassName
{
border-color: #177F5C;
}
</style>