Shades of Deep Sea #1F786B
Tints of Deep Sea #1F786B
RGB
CMYK
RGB Variations
Color information
#1F786B (or 0x1F786B) is known color: Deep Sea. HEX triplet: 1F, 78 and 6B. RGB value is (31,120,107). Sum of RGB (Red+Green+Blue) = 31+120+107=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #1F786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F786B is #E08794. Grayscale: #5B5B5B. Windows color (decimal): -14714773 or 7043103. OLE color: 7043103.
HSL color Cylindrical-coordinate representation of color #1F786B: hue angle of 171.24º 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 #1F786B is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 120 | 107 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.53 |
| HSL | 171.24º | 0.59% | 0.3% | - |
| HSV(B) | 171.24º | 0.74% | 0.47% | - |
| XYZ | 9.94 | 14.79 | 16.24 | - |
| YUV | 91.91 | 136.51 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 107 | 0.74 | 0 | 0.11 | 0.53 | 171.24 | 0.59 | 0.3 |
| Hex | 1F | 78 | 6B | 4A | 0 | B | 35 | AB | 3B | 1E |
| Octal | 37 | 170 | 153 | 112 | 0 | 13 | 65 | 253 | 73 | 36 |
| Binary | 11111 | 1111000 | 1101011 | 1001010 | 0 | 1011 | 110101 | 10101011 | 111011 | 11110 |
Color Harmonies of #1F786B
Complementary color
Monochromatic Colors of #1F786B
Black with #1F786B
Text Example
Text Example
White with #1F786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F786B; }
p { color: rgb(31,120,107); }
H1.HeaderClassName
{
color: #1F786B;
}
.AnyTagClassName
{
color: #1F786B;
}
</style>
background-color css
<style>
a { background-color: #1F786B; }
a { background-color: rgb(31,120,107); }
div.DivClassName
{
background-color: #1F786B;
}
.BgClassName
{
background-color: #1F786B;
}
</style>
border-color css
<style>
span { border-color: #1F786B; }
span { border-color: rgb(31,120,107); }
td.TdClassName
{
border-color: #1F786B;
}
.TagClassName
{
border-color: #1F786B;
}
</style>