Shades of Deep Sea #17776F
Tints of Deep Sea #17776F
RGB
CMYK
RGB Variations
Color information
#17776F (or 0x17776F) is known color: Deep Sea. HEX triplet: 17, 77 and 6F. RGB value is (23,119,111). Sum of RGB (Red+Green+Blue) = 23+119+111=253 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.09% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #17776F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17776F is #E88890. Grayscale: #595959. Windows color (decimal): -15239313 or 7304983. OLE color: 7304983.
HSL color Cylindrical-coordinate representation of color #17776F: hue angle of 175º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17776F is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 23 | 119 | 111 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.53 |
| HSL | 175º | 0.68% | 0.28% | - |
| HSV(B) | 175º | 0.81% | 0.47% | - |
| XYZ | 9.82 | 14.52 | 17.32 | - |
| YUV | 89.38 | 140.2 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 119 | 111 | 0.81 | 0 | 0.07 | 0.53 | 175 | 0.68 | 0.28 |
| Hex | 17 | 77 | 6F | 51 | 0 | 7 | 35 | AF | 44 | 1C |
| Octal | 27 | 167 | 157 | 121 | 0 | 7 | 65 | 257 | 104 | 34 |
| Binary | 10111 | 1110111 | 1101111 | 1010001 | 0 | 111 | 110101 | 10101111 | 1000100 | 11100 |
Color Harmonies of #17776F
Complementary color
Monochromatic Colors of #17776F
Black with #17776F
Text Example
Text Example
White with #17776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17776F; }
p { color: rgb(23,119,111); }
H1.HeaderClassName
{
color: #17776F;
}
.AnyTagClassName
{
color: #17776F;
}
</style>
background-color css
<style>
a { background-color: #17776F; }
a { background-color: rgb(23,119,111); }
div.DivClassName
{
background-color: #17776F;
}
.BgClassName
{
background-color: #17776F;
}
</style>
border-color css
<style>
span { border-color: #17776F; }
span { border-color: rgb(23,119,111); }
td.TdClassName
{
border-color: #17776F;
}
.TagClassName
{
border-color: #17776F;
}
</style>