Shades of Deep Sea #177D6B
Tints of Deep Sea #177D6B
RGB
CMYK
RGB Variations
Color information
#177D6B (or 0x177D6B) is known color: Deep Sea. HEX triplet: 17, 7D and 6B. RGB value is (23,125,107). Sum of RGB (Red+Green+Blue) = 23+125+107=255 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.02% from 255); Green value is 125 (49.22% from 255 or 49.02% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 125 - color contains mainly: green. Hex color #177D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177D6B is #E88294. Grayscale: #5C5C5C. Windows color (decimal): -15237781 or 7044375. OLE color: 7044375.
HSL color Cylindrical-coordinate representation of color #177D6B: hue angle of 169.41º 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 #177D6B is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 125 | 107 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.51 |
| HSL | 169.41º | 0.69% | 0.29% | - |
| HSV(B) | 169.41º | 0.82% | 0.49% | - |
| XYZ | 10.34 | 15.91 | 16.44 | - |
| YUV | 92.45 | 136.21 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 125 | 107 | 0.82 | 0 | 0.14 | 0.51 | 169.41 | 0.69 | 0.29 |
| Hex | 17 | 7D | 6B | 52 | 0 | E | 33 | A9 | 45 | 1D |
| Octal | 27 | 175 | 153 | 122 | 0 | 16 | 63 | 251 | 105 | 35 |
| Binary | 10111 | 1111101 | 1101011 | 1010010 | 0 | 1110 | 110011 | 10101001 | 1000101 | 11101 |
Color Harmonies of #177D6B
Complementary color
Monochromatic Colors of #177D6B
Black with #177D6B
Text Example
Text Example
White with #177D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177D6B; }
p { color: rgb(23,125,107); }
H1.HeaderClassName
{
color: #177D6B;
}
.AnyTagClassName
{
color: #177D6B;
}
</style>
background-color css
<style>
a { background-color: #177D6B; }
a { background-color: rgb(23,125,107); }
div.DivClassName
{
background-color: #177D6B;
}
.BgClassName
{
background-color: #177D6B;
}
</style>
border-color css
<style>
span { border-color: #177D6B; }
span { border-color: rgb(23,125,107); }
td.TdClassName
{
border-color: #177D6B;
}
.TagClassName
{
border-color: #177D6B;
}
</style>