Shades of Deep Sea #1F8064
Tints of Deep Sea #1F8064
RGB
CMYK
RGB Variations
Color information
#1F8064 (or 0x1F8064) is known color: Deep Sea. HEX triplet: 1F, 80 and 64. RGB value is (31,128,100). Sum of RGB (Red+Green+Blue) = 31+128+100=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #1F8064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8064 is #E07F9B. Grayscale: #5F5F5F. Windows color (decimal): -14712732 or 6586399. OLE color: 6586399.
HSL color Cylindrical-coordinate representation of color #1F8064: hue angle of 162.68º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8064 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 128 | 100 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.50 |
| HSL | 162.68º | 0.61% | 0.31% | - |
| HSV(B) | 162.68º | 0.76% | 0.5% | - |
| XYZ | 10.58 | 16.65 | 14.71 | - |
| YUV | 95.81 | 130.36 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 100 | 0.76 | 0 | 0.22 | 0.50 | 162.68 | 0.61 | 0.31 |
| Hex | 1F | 80 | 64 | 4C | 0 | 16 | 32 | A3 | 3D | 1F |
| Octal | 37 | 200 | 144 | 114 | 0 | 26 | 62 | 243 | 75 | 37 |
| Binary | 11111 | 10000000 | 1100100 | 1001100 | 0 | 10110 | 110010 | 10100011 | 111101 | 11111 |
Color Harmonies of #1F8064
Complementary color
Monochromatic Colors of #1F8064
Black with #1F8064
Text Example
Text Example
White with #1F8064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8064; }
p { color: rgb(31,128,100); }
H1.HeaderClassName
{
color: #1F8064;
}
.AnyTagClassName
{
color: #1F8064;
}
</style>
background-color css
<style>
a { background-color: #1F8064; }
a { background-color: rgb(31,128,100); }
div.DivClassName
{
background-color: #1F8064;
}
.BgClassName
{
background-color: #1F8064;
}
</style>
border-color css
<style>
span { border-color: #1F8064; }
span { border-color: rgb(31,128,100); }
td.TdClassName
{
border-color: #1F8064;
}
.TagClassName
{
border-color: #1F8064;
}
</style>