Shades of Deep Sea #1F7D64
Tints of Deep Sea #1F7D64
RGB
CMYK
RGB Variations
Color information
#1F7D64 (or 0x1F7D64) is known color: Deep Sea. HEX triplet: 1F, 7D and 64. RGB value is (31,125,100). Sum of RGB (Red+Green+Blue) = 31+125+100=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 125 (49.22% from 255 or 48.83% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 125 - color contains mainly: green. Hex color #1F7D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7D64 is #E0829B. Grayscale: #5E5E5E. Windows color (decimal): -14713500 or 6585631. OLE color: 6585631.
HSL color Cylindrical-coordinate representation of color #1F7D64: hue angle of 164.04º degrees, saturation: 0.6, 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 #1F7D64 is Cyan = 0.75, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 125 | 100 | - |
| CMYK | 0.75 | 0 | 0.2 | 0.51 |
| HSL | 164.04º | 0.6% | 0.31% | - |
| HSV(B) | 164.04º | 0.75% | 0.49% | - |
| XYZ | 10.2 | 15.88 | 14.58 | - |
| YUV | 94.04 | 131.36 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 125 | 100 | 0.75 | 0 | 0.2 | 0.51 | 164.04 | 0.6 | 0.31 |
| Hex | 1F | 7D | 64 | 4B | 0 | 14 | 33 | A4 | 3C | 1F |
| Octal | 37 | 175 | 144 | 113 | 0 | 24 | 63 | 244 | 74 | 37 |
| Binary | 11111 | 1111101 | 1100100 | 1001011 | 0 | 10100 | 110011 | 10100100 | 111100 | 11111 |
Color Harmonies of #1F7D64
Complementary color
Monochromatic Colors of #1F7D64
Black with #1F7D64
Text Example
Text Example
White with #1F7D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7D64; }
p { color: rgb(31,125,100); }
H1.HeaderClassName
{
color: #1F7D64;
}
.AnyTagClassName
{
color: #1F7D64;
}
</style>
background-color css
<style>
a { background-color: #1F7D64; }
a { background-color: rgb(31,125,100); }
div.DivClassName
{
background-color: #1F7D64;
}
.BgClassName
{
background-color: #1F7D64;
}
</style>
border-color css
<style>
span { border-color: #1F7D64; }
span { border-color: rgb(31,125,100); }
td.TdClassName
{
border-color: #1F7D64;
}
.TagClassName
{
border-color: #1F7D64;
}
</style>