Shades of Deep Sea #1F795C
Tints of Deep Sea #1F795C
RGB
CMYK
RGB Variations
Color information
#1F795C (or 0x1F795C) is known color: Deep Sea. HEX triplet: 1F, 79 and 5C. RGB value is (31,121,92). Sum of RGB (Red+Green+Blue) = 31+121+92=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 121 (47.66% from 255 or 49.59% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 121 - color contains mainly: green. Hex color #1F795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F795C is #E086A3. Grayscale: #5A5A5A. Windows color (decimal): -14714532 or 6060319. OLE color: 6060319.
HSL color Cylindrical-coordinate representation of color #1F795C: hue angle of 160.67º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F795C is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 121 | 92 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.53 |
| HSL | 160.67º | 0.59% | 0.3% | - |
| HSV(B) | 160.67º | 0.74% | 0.47% | - |
| XYZ | 9.33 | 14.74 | 12.48 | - |
| YUV | 90.78 | 128.68 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 121 | 92 | 0.74 | 0 | 0.24 | 0.53 | 160.67 | 0.59 | 0.3 |
| Hex | 1F | 79 | 5C | 4A | 0 | 18 | 35 | A1 | 3B | 1E |
| Octal | 37 | 171 | 134 | 112 | 0 | 30 | 65 | 241 | 73 | 36 |
| Binary | 11111 | 1111001 | 1011100 | 1001010 | 0 | 11000 | 110101 | 10100001 | 111011 | 11110 |
Color Harmonies of #1F795C
Complementary color
Monochromatic Colors of #1F795C
Black with #1F795C
Text Example
Text Example
White with #1F795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F795C; }
p { color: rgb(31,121,92); }
H1.HeaderClassName
{
color: #1F795C;
}
.AnyTagClassName
{
color: #1F795C;
}
</style>
background-color css
<style>
a { background-color: #1F795C; }
a { background-color: rgb(31,121,92); }
div.DivClassName
{
background-color: #1F795C;
}
.BgClassName
{
background-color: #1F795C;
}
</style>
border-color css
<style>
span { border-color: #1F795C; }
span { border-color: rgb(31,121,92); }
td.TdClassName
{
border-color: #1F795C;
}
.TagClassName
{
border-color: #1F795C;
}
</style>