Shades of Deep Sea #17785F
Tints of Deep Sea #17785F
RGB
CMYK
RGB Variations
Color information
#17785F (or 0x17785F) is known color: Deep Sea. HEX triplet: 17, 78 and 5F. RGB value is (23,120,95). Sum of RGB (Red+Green+Blue) = 23+120+95=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #17785F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17785F is #E887A0. Grayscale: #585858. Windows color (decimal): -15239073 or 6256663. OLE color: 6256663.
HSL color Cylindrical-coordinate representation of color #17785F: hue angle of 164.54º 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 #17785F is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 23 | 120 | 95 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.53 |
| HSL | 164.54º | 0.68% | 0.28% | - |
| HSV(B) | 164.54º | 0.81% | 0.47% | - |
| XYZ | 9.14 | 14.44 | 13.13 | - |
| YUV | 88.15 | 131.86 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 120 | 95 | 0.81 | 0 | 0.21 | 0.53 | 164.54 | 0.68 | 0.28 |
| Hex | 17 | 78 | 5F | 51 | 0 | 15 | 35 | A5 | 44 | 1C |
| Octal | 27 | 170 | 137 | 121 | 0 | 25 | 65 | 245 | 104 | 34 |
| Binary | 10111 | 1111000 | 1011111 | 1010001 | 0 | 10101 | 110101 | 10100101 | 1000100 | 11100 |
Color Harmonies of #17785F
Complementary color
Monochromatic Colors of #17785F
Black with #17785F
Text Example
Text Example
White with #17785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17785F; }
p { color: rgb(23,120,95); }
H1.HeaderClassName
{
color: #17785F;
}
.AnyTagClassName
{
color: #17785F;
}
</style>
background-color css
<style>
a { background-color: #17785F; }
a { background-color: rgb(23,120,95); }
div.DivClassName
{
background-color: #17785F;
}
.BgClassName
{
background-color: #17785F;
}
</style>
border-color css
<style>
span { border-color: #17785F; }
span { border-color: rgb(23,120,95); }
td.TdClassName
{
border-color: #17785F;
}
.TagClassName
{
border-color: #17785F;
}
</style>