Shades of Eden #1F685C
Tints of Eden #1F685C
RGB
CMYK
RGB Variations
Color information
#1F685C (or 0x1F685C) is known color: Eden. HEX triplet: 1F, 68 and 5C. RGB value is (31,104,92). Sum of RGB (Red+Green+Blue) = 31+104+92=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #1F685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F685C is #E097A3. Grayscale: #505050. Windows color (decimal): -14718884 or 6055967. OLE color: 6055967.
HSL color Cylindrical-coordinate representation of color #1F685C: hue angle of 170.14º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F685C is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 104 | 92 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.59 |
| HSL | 170.14º | 0.54% | 0.26% | - |
| HSV(B) | 170.14º | 0.7% | 0.41% | - |
| XYZ | 7.45 | 10.96 | 11.85 | - |
| YUV | 80.81 | 134.32 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 92 | 0.70 | 0 | 0.12 | 0.59 | 170.14 | 0.54 | 0.26 |
| Hex | 1F | 68 | 5C | 46 | 0 | C | 3B | AA | 36 | 1A |
| Octal | 37 | 150 | 134 | 106 | 0 | 14 | 73 | 252 | 66 | 32 |
| Binary | 11111 | 1101000 | 1011100 | 1000110 | 0 | 1100 | 111011 | 10101010 | 110110 | 11010 |
Color Harmonies of #1F685C
Complementary color
Monochromatic Colors of #1F685C
Black with #1F685C
Text Example
Text Example
White with #1F685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F685C; }
p { color: rgb(31,104,92); }
H1.HeaderClassName
{
color: #1F685C;
}
.AnyTagClassName
{
color: #1F685C;
}
</style>
background-color css
<style>
a { background-color: #1F685C; }
a { background-color: rgb(31,104,92); }
div.DivClassName
{
background-color: #1F685C;
}
.BgClassName
{
background-color: #1F685C;
}
</style>
border-color css
<style>
span { border-color: #1F685C; }
span { border-color: rgb(31,104,92); }
td.TdClassName
{
border-color: #1F685C;
}
.TagClassName
{
border-color: #1F685C;
}
</style>