Shades of Deep Sea #1F785C
Tints of Deep Sea #1F785C
RGB
CMYK
RGB Variations
Color information
#1F785C (or 0x1F785C) is known color: Deep Sea. HEX triplet: 1F, 78 and 5C. RGB value is (31,120,92). Sum of RGB (Red+Green+Blue) = 31+120+92=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #1F785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F785C is #E087A3. Grayscale: #5A5A5A. Windows color (decimal): -14714788 or 6060063. OLE color: 6060063.
HSL color Cylindrical-coordinate representation of color #1F785C: hue angle of 161.12º 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 #1F785C is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 120 | 92 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.53 |
| HSL | 161.12º | 0.59% | 0.3% | - |
| HSV(B) | 161.12º | 0.74% | 0.47% | - |
| XYZ | 9.21 | 14.5 | 12.44 | - |
| YUV | 90.2 | 129.01 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 92 | 0.74 | 0 | 0.23 | 0.53 | 161.12 | 0.59 | 0.3 |
| Hex | 1F | 78 | 5C | 4A | 0 | 17 | 35 | A1 | 3B | 1E |
| Octal | 37 | 170 | 134 | 112 | 0 | 27 | 65 | 241 | 73 | 36 |
| Binary | 11111 | 1111000 | 1011100 | 1001010 | 0 | 10111 | 110101 | 10100001 | 111011 | 11110 |
Color Harmonies of #1F785C
Complementary color
Monochromatic Colors of #1F785C
Black with #1F785C
Text Example
Text Example
White with #1F785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F785C; }
p { color: rgb(31,120,92); }
H1.HeaderClassName
{
color: #1F785C;
}
.AnyTagClassName
{
color: #1F785C;
}
</style>
background-color css
<style>
a { background-color: #1F785C; }
a { background-color: rgb(31,120,92); }
div.DivClassName
{
background-color: #1F785C;
}
.BgClassName
{
background-color: #1F785C;
}
</style>
border-color css
<style>
span { border-color: #1F785C; }
span { border-color: rgb(31,120,92); }
td.TdClassName
{
border-color: #1F785C;
}
.TagClassName
{
border-color: #1F785C;
}
</style>