Shades of Deep Sea #1F795B
Tints of Deep Sea #1F795B
RGB
CMYK
RGB Variations
Color information
#1F795B (or 0x1F795B) is known color: Deep Sea. HEX triplet: 1F, 79 and 5B. RGB value is (31,121,91). Sum of RGB (Red+Green+Blue) = 31+121+91=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #1F795B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F795B is #E086A4. Grayscale: #5A5A5A. Windows color (decimal): -14714533 or 5994783. OLE color: 5994783.
HSL color Cylindrical-coordinate representation of color #1F795B: hue angle of 160º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F795B is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 121 | 91 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.53 |
| HSL | 160º | 0.59% | 0.3% | - |
| HSV(B) | 160º | 0.74% | 0.47% | - |
| XYZ | 9.29 | 14.72 | 12.25 | - |
| YUV | 90.67 | 128.18 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 121 | 91 | 0.74 | 0 | 0.25 | 0.53 | 160 | 0.59 | 0.3 |
| Hex | 1F | 79 | 5B | 4A | 0 | 19 | 35 | A0 | 3B | 1E |
| Octal | 37 | 171 | 133 | 112 | 0 | 31 | 65 | 240 | 73 | 36 |
| Binary | 11111 | 1111001 | 1011011 | 1001010 | 0 | 11001 | 110101 | 10100000 | 111011 | 11110 |
Color Harmonies of #1F795B
Complementary color
Monochromatic Colors of #1F795B
Black with #1F795B
Text Example
Text Example
White with #1F795B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F795B; }
p { color: rgb(31,121,91); }
H1.HeaderClassName
{
color: #1F795B;
}
.AnyTagClassName
{
color: #1F795B;
}
</style>
background-color css
<style>
a { background-color: #1F795B; }
a { background-color: rgb(31,121,91); }
div.DivClassName
{
background-color: #1F795B;
}
.BgClassName
{
background-color: #1F795B;
}
</style>
border-color css
<style>
span { border-color: #1F795B; }
span { border-color: rgb(31,121,91); }
td.TdClassName
{
border-color: #1F795B;
}
.TagClassName
{
border-color: #1F795B;
}
</style>