Shades of Evening Sea #1F614E
Tints of Evening Sea #1F614E
RGB
CMYK
RGB Variations
Color information
#1F614E (or 0x1F614E) is known color: Evening Sea. HEX triplet: 1F, 61 and 4E. RGB value is (31,97,78). Sum of RGB (Red+Green+Blue) = 31+97+78=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #1F614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F614E is #E09EB1. Grayscale: #4B4B4B. Windows color (decimal): -14720690 or 5136671. OLE color: 5136671.
HSL color Cylindrical-coordinate representation of color #1F614E: hue angle of 162.73º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F614E is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 97 | 78 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.62 |
| HSL | 162.73º | 0.52% | 0.25% | - |
| HSV(B) | 162.73º | 0.68% | 0.38% | - |
| XYZ | 6.21 | 9.39 | 8.69 | - |
| YUV | 75.1 | 129.63 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 97 | 78 | 0.68 | 0 | 0.20 | 0.62 | 162.73 | 0.52 | 0.25 |
| Hex | 1F | 61 | 4E | 44 | 0 | 14 | 3E | A3 | 34 | 19 |
| Octal | 37 | 141 | 116 | 104 | 0 | 24 | 76 | 243 | 64 | 31 |
| Binary | 11111 | 1100001 | 1001110 | 1000100 | 0 | 10100 | 111110 | 10100011 | 110100 | 11001 |
Color Harmonies of #1F614E
Complementary color
Monochromatic Colors of #1F614E
Black with #1F614E
Text Example
Text Example
White with #1F614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F614E; }
p { color: rgb(31,97,78); }
H1.HeaderClassName
{
color: #1F614E;
}
.AnyTagClassName
{
color: #1F614E;
}
</style>
background-color css
<style>
a { background-color: #1F614E; }
a { background-color: rgb(31,97,78); }
div.DivClassName
{
background-color: #1F614E;
}
.BgClassName
{
background-color: #1F614E;
}
</style>
border-color css
<style>
span { border-color: #1F614E; }
span { border-color: rgb(31,97,78); }
td.TdClassName
{
border-color: #1F614E;
}
.TagClassName
{
border-color: #1F614E;
}
</style>