Shades of Deep Sea #17785A
Tints of Deep Sea #17785A
RGB
CMYK
RGB Variations
Color information
#17785A (or 0x17785A) is known color: Deep Sea. HEX triplet: 17, 78 and 5A. RGB value is (23,120,90). Sum of RGB (Red+Green+Blue) = 23+120+90=233 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.87% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #17785A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17785A is #E887A5. Grayscale: #575757. Windows color (decimal): -15239078 or 5928983. OLE color: 5928983.
HSL color Cylindrical-coordinate representation of color #17785A: hue angle of 161.44º 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 #17785A is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 23 | 120 | 90 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.53 |
| HSL | 161.44º | 0.68% | 0.28% | - |
| HSV(B) | 161.44º | 0.81% | 0.47% | - |
| XYZ | 8.92 | 14.35 | 11.97 | - |
| YUV | 87.58 | 129.36 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 120 | 90 | 0.81 | 0 | 0.25 | 0.53 | 161.44 | 0.68 | 0.28 |
| Hex | 17 | 78 | 5A | 51 | 0 | 19 | 35 | A1 | 44 | 1C |
| Octal | 27 | 170 | 132 | 121 | 0 | 31 | 65 | 241 | 104 | 34 |
| Binary | 10111 | 1111000 | 1011010 | 1010001 | 0 | 11001 | 110101 | 10100001 | 1000100 | 11100 |
Color Harmonies of #17785A
Complementary color
Monochromatic Colors of #17785A
Black with #17785A
Text Example
Text Example
White with #17785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17785A; }
p { color: rgb(23,120,90); }
H1.HeaderClassName
{
color: #17785A;
}
.AnyTagClassName
{
color: #17785A;
}
</style>
background-color css
<style>
a { background-color: #17785A; }
a { background-color: rgb(23,120,90); }
div.DivClassName
{
background-color: #17785A;
}
.BgClassName
{
background-color: #17785A;
}
</style>
border-color css
<style>
span { border-color: #17785A; }
span { border-color: rgb(23,120,90); }
td.TdClassName
{
border-color: #17785A;
}
.TagClassName
{
border-color: #17785A;
}
</style>