Shades of Deep Sea #1F785B
Tints of Deep Sea #1F785B
RGB
CMYK
RGB Variations
Color information
#1F785B (or 0x1F785B) is known color: Deep Sea. HEX triplet: 1F, 78 and 5B. RGB value is (31,120,91). Sum of RGB (Red+Green+Blue) = 31+120+91=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 120 (47.27% from 255 or 49.59% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 120 - color contains mainly: green. Hex color #1F785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F785B is #E087A4. Grayscale: #5A5A5A. Windows color (decimal): -14714789 or 5994527. OLE color: 5994527.
HSL color Cylindrical-coordinate representation of color #1F785B: hue angle of 160.45º 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 #1F785B is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 120 | 91 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.53 |
| HSL | 160.45º | 0.59% | 0.3% | - |
| HSV(B) | 160.45º | 0.74% | 0.47% | - |
| XYZ | 9.17 | 14.48 | 12.21 | - |
| YUV | 90.08 | 128.51 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 91 | 0.74 | 0 | 0.24 | 0.53 | 160.45 | 0.59 | 0.3 |
| Hex | 1F | 78 | 5B | 4A | 0 | 18 | 35 | A0 | 3B | 1E |
| Octal | 37 | 170 | 133 | 112 | 0 | 30 | 65 | 240 | 73 | 36 |
| Binary | 11111 | 1111000 | 1011011 | 1001010 | 0 | 11000 | 110101 | 10100000 | 111011 | 11110 |
Color Harmonies of #1F785B
Complementary color
Monochromatic Colors of #1F785B
Black with #1F785B
Text Example
Text Example
White with #1F785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F785B; }
p { color: rgb(31,120,91); }
H1.HeaderClassName
{
color: #1F785B;
}
.AnyTagClassName
{
color: #1F785B;
}
</style>
background-color css
<style>
a { background-color: #1F785B; }
a { background-color: rgb(31,120,91); }
div.DivClassName
{
background-color: #1F785B;
}
.BgClassName
{
background-color: #1F785B;
}
</style>
border-color css
<style>
span { border-color: #1F785B; }
span { border-color: rgb(31,120,91); }
td.TdClassName
{
border-color: #1F785B;
}
.TagClassName
{
border-color: #1F785B;
}
</style>