Shades of Deep Sea #1F786C
Tints of Deep Sea #1F786C
RGB
CMYK
RGB Variations
Color information
#1F786C (or 0x1F786C) is known color: Deep Sea. HEX triplet: 1F, 78 and 6C. RGB value is (31,120,108). Sum of RGB (Red+Green+Blue) = 31+120+108=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 120 - color contains mainly: green. Hex color #1F786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F786C is #E08793. Grayscale: #5B5B5B. Windows color (decimal): -14714772 or 7108639. OLE color: 7108639.
HSL color Cylindrical-coordinate representation of color #1F786C: hue angle of 171.91º 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 #1F786C is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 120 | 108 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.53 |
| HSL | 171.91º | 0.59% | 0.3% | - |
| HSV(B) | 171.91º | 0.74% | 0.47% | - |
| XYZ | 9.99 | 14.81 | 16.52 | - |
| YUV | 92.02 | 137.01 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 108 | 0.74 | 0 | 0.10 | 0.53 | 171.91 | 0.59 | 0.3 |
| Hex | 1F | 78 | 6C | 4A | 0 | A | 35 | AC | 3B | 1E |
| Octal | 37 | 170 | 154 | 112 | 0 | 12 | 65 | 254 | 73 | 36 |
| Binary | 11111 | 1111000 | 1101100 | 1001010 | 0 | 1010 | 110101 | 10101100 | 111011 | 11110 |
Color Harmonies of #1F786C
Complementary color
Monochromatic Colors of #1F786C
Black with #1F786C
Text Example
Text Example
White with #1F786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F786C; }
p { color: rgb(31,120,108); }
H1.HeaderClassName
{
color: #1F786C;
}
.AnyTagClassName
{
color: #1F786C;
}
</style>
background-color css
<style>
a { background-color: #1F786C; }
a { background-color: rgb(31,120,108); }
div.DivClassName
{
background-color: #1F786C;
}
.BgClassName
{
background-color: #1F786C;
}
</style>
border-color css
<style>
span { border-color: #1F786C; }
span { border-color: rgb(31,120,108); }
td.TdClassName
{
border-color: #1F786C;
}
.TagClassName
{
border-color: #1F786C;
}
</style>