Shades of Deep Sea #17795D
Tints of Deep Sea #17795D
RGB
CMYK
RGB Variations
Color information
#17795D (or 0x17795D) is known color: Deep Sea. HEX triplet: 17, 79 and 5D. RGB value is (23,121,93). Sum of RGB (Red+Green+Blue) = 23+121+93=237 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.70% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #17795D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17795D is #E886A2. Grayscale: #585858. Windows color (decimal): -15238819 or 6125847. OLE color: 6125847.
HSL color Cylindrical-coordinate representation of color #17795D: hue angle of 162.86º 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 #17795D is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 23 | 121 | 93 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.53 |
| HSL | 162.86º | 0.68% | 0.28% | - |
| HSV(B) | 162.86º | 0.81% | 0.47% | - |
| XYZ | 9.17 | 14.65 | 12.7 | - |
| YUV | 88.51 | 130.53 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 121 | 93 | 0.81 | 0 | 0.23 | 0.53 | 162.86 | 0.68 | 0.28 |
| Hex | 17 | 79 | 5D | 51 | 0 | 17 | 35 | A3 | 44 | 1C |
| Octal | 27 | 171 | 135 | 121 | 0 | 27 | 65 | 243 | 104 | 34 |
| Binary | 10111 | 1111001 | 1011101 | 1010001 | 0 | 10111 | 110101 | 10100011 | 1000100 | 11100 |
Color Harmonies of #17795D
Complementary color
Monochromatic Colors of #17795D
Black with #17795D
Text Example
Text Example
White with #17795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17795D; }
p { color: rgb(23,121,93); }
H1.HeaderClassName
{
color: #17795D;
}
.AnyTagClassName
{
color: #17795D;
}
</style>
background-color css
<style>
a { background-color: #17795D; }
a { background-color: rgb(23,121,93); }
div.DivClassName
{
background-color: #17795D;
}
.BgClassName
{
background-color: #17795D;
}
</style>
border-color css
<style>
span { border-color: #17795D; }
span { border-color: rgb(23,121,93); }
td.TdClassName
{
border-color: #17795D;
}
.TagClassName
{
border-color: #17795D;
}
</style>