Shades of Deep Sea #177B5F
Tints of Deep Sea #177B5F
RGB
CMYK
RGB Variations
Color information
#177B5F (or 0x177B5F) is known color: Deep Sea. HEX triplet: 17, 7B and 5F. RGB value is (23,123,95). Sum of RGB (Red+Green+Blue) = 23+123+95=241 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.54% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #177B5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177B5F is #E884A0. Grayscale: #595959. Windows color (decimal): -15238305 or 6257431. OLE color: 6257431.
HSL color Cylindrical-coordinate representation of color #177B5F: hue angle of 163.2º 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 #177B5F is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 123 | 95 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.52 |
| HSL | 163.2º | 0.68% | 0.29% | - |
| HSV(B) | 163.2º | 0.81% | 0.48% | - |
| XYZ | 9.5 | 15.17 | 13.25 | - |
| YUV | 89.91 | 130.87 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 123 | 95 | 0.81 | 0 | 0.23 | 0.52 | 163.2 | 0.68 | 0.29 |
| Hex | 17 | 7B | 5F | 51 | 0 | 17 | 34 | A3 | 44 | 1D |
| Octal | 27 | 173 | 137 | 121 | 0 | 27 | 64 | 243 | 104 | 35 |
| Binary | 10111 | 1111011 | 1011111 | 1010001 | 0 | 10111 | 110100 | 10100011 | 1000100 | 11101 |
Color Harmonies of #177B5F
Complementary color
Monochromatic Colors of #177B5F
Black with #177B5F
Text Example
Text Example
White with #177B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177B5F; }
p { color: rgb(23,123,95); }
H1.HeaderClassName
{
color: #177B5F;
}
.AnyTagClassName
{
color: #177B5F;
}
</style>
background-color css
<style>
a { background-color: #177B5F; }
a { background-color: rgb(23,123,95); }
div.DivClassName
{
background-color: #177B5F;
}
.BgClassName
{
background-color: #177B5F;
}
</style>
border-color css
<style>
span { border-color: #177B5F; }
span { border-color: rgb(23,123,95); }
td.TdClassName
{
border-color: #177B5F;
}
.TagClassName
{
border-color: #177B5F;
}
</style>