Shades of Deep Sea #177C6A
Tints of Deep Sea #177C6A
RGB
CMYK
RGB Variations
Color information
#177C6A (or 0x177C6A) is known color: Deep Sea. HEX triplet: 17, 7C and 6A. RGB value is (23,124,106). Sum of RGB (Red+Green+Blue) = 23+124+106=253 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.09% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #177C6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177C6A is #E88395. Grayscale: #5B5B5B. Windows color (decimal): -15238038 or 6978583. OLE color: 6978583.
HSL color Cylindrical-coordinate representation of color #177C6A: hue angle of 169.31º 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 #177C6A is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 124 | 106 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.51 |
| HSL | 169.31º | 0.69% | 0.29% | - |
| HSV(B) | 169.31º | 0.81% | 0.49% | - |
| XYZ | 10.16 | 15.64 | 16.12 | - |
| YUV | 91.75 | 136.04 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 124 | 106 | 0.81 | 0 | 0.15 | 0.51 | 169.31 | 0.69 | 0.29 |
| Hex | 17 | 7C | 6A | 51 | 0 | F | 33 | A9 | 45 | 1D |
| Octal | 27 | 174 | 152 | 121 | 0 | 17 | 63 | 251 | 105 | 35 |
| Binary | 10111 | 1111100 | 1101010 | 1010001 | 0 | 1111 | 110011 | 10101001 | 1000101 | 11101 |
Color Harmonies of #177C6A
Complementary color
Monochromatic Colors of #177C6A
Black with #177C6A
Text Example
Text Example
White with #177C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177C6A; }
p { color: rgb(23,124,106); }
H1.HeaderClassName
{
color: #177C6A;
}
.AnyTagClassName
{
color: #177C6A;
}
</style>
background-color css
<style>
a { background-color: #177C6A; }
a { background-color: rgb(23,124,106); }
div.DivClassName
{
background-color: #177C6A;
}
.BgClassName
{
background-color: #177C6A;
}
</style>
border-color css
<style>
span { border-color: #177C6A; }
span { border-color: rgb(23,124,106); }
td.TdClassName
{
border-color: #177C6A;
}
.TagClassName
{
border-color: #177C6A;
}
</style>