Shades of Deep Sea #177C68
Tints of Deep Sea #177C68
RGB
CMYK
RGB Variations
Color information
#177C68 (or 0x177C68) is known color: Deep Sea. HEX triplet: 17, 7C and 68. RGB value is (23,124,104). Sum of RGB (Red+Green+Blue) = 23+124+104=251 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.16% from 251); Green value is 124 (48.83% from 255 or 49.40% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 124 - color contains mainly: green. Hex color #177C68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177C68 is #E88397. Grayscale: #5B5B5B. Windows color (decimal): -15238040 or 6847511. OLE color: 6847511.
HSL color Cylindrical-coordinate representation of color #177C68: hue angle of 168.12º 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 #177C68 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 124 | 104 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.51 |
| HSL | 168.12º | 0.69% | 0.29% | - |
| HSV(B) | 168.12º | 0.81% | 0.49% | - |
| XYZ | 10.06 | 15.6 | 15.58 | - |
| YUV | 91.52 | 135.04 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 124 | 104 | 0.81 | 0 | 0.16 | 0.51 | 168.12 | 0.69 | 0.29 |
| Hex | 17 | 7C | 68 | 51 | 0 | 10 | 33 | A8 | 45 | 1D |
| Octal | 27 | 174 | 150 | 121 | 0 | 20 | 63 | 250 | 105 | 35 |
| Binary | 10111 | 1111100 | 1101000 | 1010001 | 0 | 10000 | 110011 | 10101000 | 1000101 | 11101 |
Color Harmonies of #177C68
Complementary color
Monochromatic Colors of #177C68
Black with #177C68
Text Example
Text Example
White with #177C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177C68; }
p { color: rgb(23,124,104); }
H1.HeaderClassName
{
color: #177C68;
}
.AnyTagClassName
{
color: #177C68;
}
</style>
background-color css
<style>
a { background-color: #177C68; }
a { background-color: rgb(23,124,104); }
div.DivClassName
{
background-color: #177C68;
}
.BgClassName
{
background-color: #177C68;
}
</style>
border-color css
<style>
span { border-color: #177C68; }
span { border-color: rgb(23,124,104); }
td.TdClassName
{
border-color: #177C68;
}
.TagClassName
{
border-color: #177C68;
}
</style>