Shades of Deep Sea #17785B
Tints of Deep Sea #17785B
RGB
CMYK
RGB Variations
Color information
#17785B (or 0x17785B) is known color: Deep Sea. HEX triplet: 17, 78 and 5B. RGB value is (23,120,91). Sum of RGB (Red+Green+Blue) = 23+120+91=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #17785B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17785B is #E887A4. Grayscale: #575757. Windows color (decimal): -15239077 or 5994519. OLE color: 5994519.
HSL color Cylindrical-coordinate representation of color #17785B: hue angle of 162.06º 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 #17785B is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 23 | 120 | 91 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.53 |
| HSL | 162.06º | 0.68% | 0.28% | - |
| HSV(B) | 162.06º | 0.81% | 0.47% | - |
| XYZ | 8.96 | 14.37 | 12.2 | - |
| YUV | 87.69 | 129.86 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 120 | 91 | 0.81 | 0 | 0.24 | 0.53 | 162.06 | 0.68 | 0.28 |
| Hex | 17 | 78 | 5B | 51 | 0 | 18 | 35 | A2 | 44 | 1C |
| Octal | 27 | 170 | 133 | 121 | 0 | 30 | 65 | 242 | 104 | 34 |
| Binary | 10111 | 1111000 | 1011011 | 1010001 | 0 | 11000 | 110101 | 10100010 | 1000100 | 11100 |
Color Harmonies of #17785B
Complementary color
Monochromatic Colors of #17785B
Black with #17785B
Text Example
Text Example
White with #17785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17785B; }
p { color: rgb(23,120,91); }
H1.HeaderClassName
{
color: #17785B;
}
.AnyTagClassName
{
color: #17785B;
}
</style>
background-color css
<style>
a { background-color: #17785B; }
a { background-color: rgb(23,120,91); }
div.DivClassName
{
background-color: #17785B;
}
.BgClassName
{
background-color: #17785B;
}
</style>
border-color css
<style>
span { border-color: #17785B; }
span { border-color: rgb(23,120,91); }
td.TdClassName
{
border-color: #17785B;
}
.TagClassName
{
border-color: #17785B;
}
</style>