Shades of Deep Sea #177E5D
Tints of Deep Sea #177E5D
RGB
CMYK
RGB Variations
Color information
#177E5D (or 0x177E5D) is known color: Deep Sea. HEX triplet: 17, 7E and 5D. RGB value is (23,126,93). Sum of RGB (Red+Green+Blue) = 23+126+93=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 126 (49.61% from 255 or 52.07% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 126 - color contains mainly: green. Hex color #177E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177E5D is #E881A2. Grayscale: #5B5B5B. Windows color (decimal): -15237539 or 6127127. OLE color: 6127127.
HSL color Cylindrical-coordinate representation of color #177E5D: hue angle of 160.78º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #177E5D is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 126 | 93 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.51 |
| HSL | 160.78º | 0.69% | 0.29% | - |
| HSV(B) | 160.78º | 0.82% | 0.49% | - |
| XYZ | 9.79 | 15.89 | 12.91 | - |
| YUV | 91.44 | 128.88 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 126 | 93 | 0.82 | 0 | 0.26 | 0.51 | 160.78 | 0.69 | 0.29 |
| Hex | 17 | 7E | 5D | 52 | 0 | 1A | 33 | A1 | 45 | 1D |
| Octal | 27 | 176 | 135 | 122 | 0 | 32 | 63 | 241 | 105 | 35 |
| Binary | 10111 | 1111110 | 1011101 | 1010010 | 0 | 11010 | 110011 | 10100001 | 1000101 | 11101 |
Color Harmonies of #177E5D
Complementary color
Monochromatic Colors of #177E5D
Black with #177E5D
Text Example
Text Example
White with #177E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177E5D; }
p { color: rgb(23,126,93); }
H1.HeaderClassName
{
color: #177E5D;
}
.AnyTagClassName
{
color: #177E5D;
}
</style>
background-color css
<style>
a { background-color: #177E5D; }
a { background-color: rgb(23,126,93); }
div.DivClassName
{
background-color: #177E5D;
}
.BgClassName
{
background-color: #177E5D;
}
</style>
border-color css
<style>
span { border-color: #177E5D; }
span { border-color: rgb(23,126,93); }
td.TdClassName
{
border-color: #177E5D;
}
.TagClassName
{
border-color: #177E5D;
}
</style>