Shades of Deep Sea #1F7B64
Tints of Deep Sea #1F7B64
RGB
CMYK
RGB Variations
Color information
#1F7B64 (or 0x1F7B64) is known color: Deep Sea. HEX triplet: 1F, 7B and 64. RGB value is (31,123,100). Sum of RGB (Red+Green+Blue) = 31+123+100=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 123 (48.44% from 255 or 48.43% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 123 - color contains mainly: green. Hex color #1F7B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7B64 is #E0849B. Grayscale: #5C5C5C. Windows color (decimal): -14714012 or 6585119. OLE color: 6585119.
HSL color Cylindrical-coordinate representation of color #1F7B64: hue angle of 165º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7B64 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 31 | 123 | 100 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.52 |
| HSL | 165º | 0.6% | 0.3% | - |
| HSV(B) | 165º | 0.75% | 0.48% | - |
| XYZ | 9.95 | 15.38 | 14.5 | - |
| YUV | 92.87 | 132.02 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 123 | 100 | 0.75 | 0 | 0.19 | 0.52 | 165 | 0.6 | 0.3 |
| Hex | 1F | 7B | 64 | 4B | 0 | 13 | 34 | A5 | 3C | 1E |
| Octal | 37 | 173 | 144 | 113 | 0 | 23 | 64 | 245 | 74 | 36 |
| Binary | 11111 | 1111011 | 1100100 | 1001011 | 0 | 10011 | 110100 | 10100101 | 111100 | 11110 |
Color Harmonies of #1F7B64
Complementary color
Monochromatic Colors of #1F7B64
Black with #1F7B64
Text Example
Text Example
White with #1F7B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7B64; }
p { color: rgb(31,123,100); }
H1.HeaderClassName
{
color: #1F7B64;
}
.AnyTagClassName
{
color: #1F7B64;
}
</style>
background-color css
<style>
a { background-color: #1F7B64; }
a { background-color: rgb(31,123,100); }
div.DivClassName
{
background-color: #1F7B64;
}
.BgClassName
{
background-color: #1F7B64;
}
</style>
border-color css
<style>
span { border-color: #1F7B64; }
span { border-color: rgb(31,123,100); }
td.TdClassName
{
border-color: #1F7B64;
}
.TagClassName
{
border-color: #1F7B64;
}
</style>