Shades of Deep Sea #1F755E
Tints of Deep Sea #1F755E
RGB
CMYK
RGB Variations
Color information
#1F755E (or 0x1F755E) is known color: Deep Sea. HEX triplet: 1F, 75 and 5E. RGB value is (31,117,94). Sum of RGB (Red+Green+Blue) = 31+117+94=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #1F755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F755E is #E08AA1. Grayscale: #585858. Windows color (decimal): -14715554 or 6190367. OLE color: 6190367.
HSL color Cylindrical-coordinate representation of color #1F755E: hue angle of 163.95º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F755E is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 117 | 94 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.54 |
| HSL | 163.95º | 0.58% | 0.29% | - |
| HSV(B) | 163.95º | 0.74% | 0.46% | - |
| XYZ | 8.95 | 13.82 | 12.79 | - |
| YUV | 88.66 | 131.01 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 94 | 0.74 | 0 | 0.20 | 0.54 | 163.95 | 0.58 | 0.29 |
| Hex | 1F | 75 | 5E | 4A | 0 | 14 | 36 | A4 | 3A | 1D |
| Octal | 37 | 165 | 136 | 112 | 0 | 24 | 66 | 244 | 72 | 35 |
| Binary | 11111 | 1110101 | 1011110 | 1001010 | 0 | 10100 | 110110 | 10100100 | 111010 | 11101 |
Color Harmonies of #1F755E
Complementary color
Monochromatic Colors of #1F755E
Black with #1F755E
Text Example
Text Example
White with #1F755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F755E; }
p { color: rgb(31,117,94); }
H1.HeaderClassName
{
color: #1F755E;
}
.AnyTagClassName
{
color: #1F755E;
}
</style>
background-color css
<style>
a { background-color: #1F755E; }
a { background-color: rgb(31,117,94); }
div.DivClassName
{
background-color: #1F755E;
}
.BgClassName
{
background-color: #1F755E;
}
</style>
border-color css
<style>
span { border-color: #1F755E; }
span { border-color: rgb(31,117,94); }
td.TdClassName
{
border-color: #1F755E;
}
.TagClassName
{
border-color: #1F755E;
}
</style>