Shades of Deep Sea #1F7E64
Tints of Deep Sea #1F7E64
RGB
CMYK
RGB Variations
Color information
#1F7E64 (or 0x1F7E64) is known color: Deep Sea. HEX triplet: 1F, 7E and 64. RGB value is (31,126,100). Sum of RGB (Red+Green+Blue) = 31+126+100=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 126 (49.61% from 255 or 49.03% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7E64 is #E0819B. Grayscale: #5E5E5E. Windows color (decimal): -14713244 or 6585887. OLE color: 6585887.
HSL color Cylindrical-coordinate representation of color #1F7E64: hue angle of 163.58º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7E64 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 126 | 100 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.51 |
| HSL | 163.58º | 0.61% | 0.31% | - |
| HSV(B) | 163.58º | 0.75% | 0.49% | - |
| XYZ | 10.33 | 16.13 | 14.63 | - |
| YUV | 94.63 | 131.03 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 100 | 0.75 | 0 | 0.21 | 0.51 | 163.58 | 0.61 | 0.31 |
| Hex | 1F | 7E | 64 | 4B | 0 | 15 | 33 | A4 | 3D | 1F |
| Octal | 37 | 176 | 144 | 113 | 0 | 25 | 63 | 244 | 75 | 37 |
| Binary | 11111 | 1111110 | 1100100 | 1001011 | 0 | 10101 | 110011 | 10100100 | 111101 | 11111 |
Color Harmonies of #1F7E64
Complementary color
Monochromatic Colors of #1F7E64
Black with #1F7E64
Text Example
Text Example
White with #1F7E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7E64; }
p { color: rgb(31,126,100); }
H1.HeaderClassName
{
color: #1F7E64;
}
.AnyTagClassName
{
color: #1F7E64;
}
</style>
background-color css
<style>
a { background-color: #1F7E64; }
a { background-color: rgb(31,126,100); }
div.DivClassName
{
background-color: #1F7E64;
}
.BgClassName
{
background-color: #1F7E64;
}
</style>
border-color css
<style>
span { border-color: #1F7E64; }
span { border-color: rgb(31,126,100); }
td.TdClassName
{
border-color: #1F7E64;
}
.TagClassName
{
border-color: #1F7E64;
}
</style>