Shades of Deep Sea #1F7768
Tints of Deep Sea #1F7768
RGB
CMYK
RGB Variations
Color information
#1F7768 (or 0x1F7768) is known color: Deep Sea. HEX triplet: 1F, 77 and 68. RGB value is (31,119,104). Sum of RGB (Red+Green+Blue) = 31+119+104=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #1F7768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7768 is #E08897. Grayscale: #5A5A5A. Windows color (decimal): -14715032 or 6846239. OLE color: 6846239.
HSL color Cylindrical-coordinate representation of color #1F7768: hue angle of 169.77º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7768 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 119 | 104 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.53 |
| HSL | 169.77º | 0.59% | 0.29% | - |
| HSV(B) | 169.77º | 0.74% | 0.47% | - |
| XYZ | 9.66 | 14.48 | 15.38 | - |
| YUV | 90.98 | 135.35 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 104 | 0.74 | 0 | 0.13 | 0.53 | 169.77 | 0.59 | 0.29 |
| Hex | 1F | 77 | 68 | 4A | 0 | D | 35 | AA | 3B | 1D |
| Octal | 37 | 167 | 150 | 112 | 0 | 15 | 65 | 252 | 73 | 35 |
| Binary | 11111 | 1110111 | 1101000 | 1001010 | 0 | 1101 | 110101 | 10101010 | 111011 | 11101 |
Color Harmonies of #1F7768
Complementary color
Monochromatic Colors of #1F7768
Black with #1F7768
Text Example
Text Example
White with #1F7768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7768; }
p { color: rgb(31,119,104); }
H1.HeaderClassName
{
color: #1F7768;
}
.AnyTagClassName
{
color: #1F7768;
}
</style>
background-color css
<style>
a { background-color: #1F7768; }
a { background-color: rgb(31,119,104); }
div.DivClassName
{
background-color: #1F7768;
}
.BgClassName
{
background-color: #1F7768;
}
</style>
border-color css
<style>
span { border-color: #1F7768; }
span { border-color: rgb(31,119,104); }
td.TdClassName
{
border-color: #1F7768;
}
.TagClassName
{
border-color: #1F7768;
}
</style>