Shades of Deep Sea #1E7568
Tints of Deep Sea #1E7568
RGB
CMYK
RGB Variations
Color information
#1E7568 (or 0x1E7568) is known color: Deep Sea. HEX triplet: 1E, 75 and 68. RGB value is (30,117,104). Sum of RGB (Red+Green+Blue) = 30+117+104=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #1E7568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7568 is #E18A97. Grayscale: #595959. Windows color (decimal): -14781080 or 6845726. OLE color: 6845726.
HSL color Cylindrical-coordinate representation of color #1E7568: hue angle of 171.03º degrees, saturation: 0.59, 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 #1E7568 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 117 | 104 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.54 |
| HSL | 171.03º | 0.59% | 0.29% | - |
| HSV(B) | 171.03º | 0.74% | 0.46% | - |
| XYZ | 9.4 | 14 | 15.3 | - |
| YUV | 89.51 | 136.18 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 117 | 104 | 0.74 | 0 | 0.11 | 0.54 | 171.03 | 0.59 | 0.29 |
| Hex | 1E | 75 | 68 | 4A | 0 | B | 36 | AB | 3B | 1D |
| Octal | 36 | 165 | 150 | 112 | 0 | 13 | 66 | 253 | 73 | 35 |
| Binary | 11110 | 1110101 | 1101000 | 1001010 | 0 | 1011 | 110110 | 10101011 | 111011 | 11101 |
Color Harmonies of #1E7568
Complementary color
Monochromatic Colors of #1E7568
Black with #1E7568
Text Example
Text Example
White with #1E7568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7568; }
p { color: rgb(30,117,104); }
H1.HeaderClassName
{
color: #1E7568;
}
.AnyTagClassName
{
color: #1E7568;
}
</style>
background-color css
<style>
a { background-color: #1E7568; }
a { background-color: rgb(30,117,104); }
div.DivClassName
{
background-color: #1E7568;
}
.BgClassName
{
background-color: #1E7568;
}
</style>
border-color css
<style>
span { border-color: #1E7568; }
span { border-color: rgb(30,117,104); }
td.TdClassName
{
border-color: #1E7568;
}
.TagClassName
{
border-color: #1E7568;
}
</style>