Shades of Deep Sea #17776D
Tints of Deep Sea #17776D
RGB
CMYK
RGB Variations
Color information
#17776D (or 0x17776D) is known color: Deep Sea. HEX triplet: 17, 77 and 6D. RGB value is (23,119,109). Sum of RGB (Red+Green+Blue) = 23+119+109=251 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.16% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #17776D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17776D is #E88892. Grayscale: #595959. Windows color (decimal): -15239315 or 7173911. OLE color: 7173911.
HSL color Cylindrical-coordinate representation of color #17776D: hue angle of 173.75º 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 #17776D is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 23 | 119 | 109 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.53 |
| HSL | 173.75º | 0.68% | 0.28% | - |
| HSV(B) | 173.75º | 0.81% | 0.47% | - |
| XYZ | 9.71 | 14.48 | 16.75 | - |
| YUV | 89.16 | 139.2 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 119 | 109 | 0.81 | 0 | 0.08 | 0.53 | 173.75 | 0.68 | 0.28 |
| Hex | 17 | 77 | 6D | 51 | 0 | 8 | 35 | AE | 44 | 1C |
| Octal | 27 | 167 | 155 | 121 | 0 | 10 | 65 | 256 | 104 | 34 |
| Binary | 10111 | 1110111 | 1101101 | 1010001 | 0 | 1000 | 110101 | 10101110 | 1000100 | 11100 |
Color Harmonies of #17776D
Complementary color
Monochromatic Colors of #17776D
Black with #17776D
Text Example
Text Example
White with #17776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17776D; }
p { color: rgb(23,119,109); }
H1.HeaderClassName
{
color: #17776D;
}
.AnyTagClassName
{
color: #17776D;
}
</style>
background-color css
<style>
a { background-color: #17776D; }
a { background-color: rgb(23,119,109); }
div.DivClassName
{
background-color: #17776D;
}
.BgClassName
{
background-color: #17776D;
}
</style>
border-color css
<style>
span { border-color: #17776D; }
span { border-color: rgb(23,119,109); }
td.TdClassName
{
border-color: #17776D;
}
.TagClassName
{
border-color: #17776D;
}
</style>