Shades of Deep Sea #1E765E
Tints of Deep Sea #1E765E
RGB
CMYK
RGB Variations
Color information
#1E765E (or 0x1E765E) is known color: Deep Sea. HEX triplet: 1E, 76 and 5E. RGB value is (30,118,94). Sum of RGB (Red+Green+Blue) = 30+118+94=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #1E765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E765E is #E189A1. Grayscale: #585858. Windows color (decimal): -14780834 or 6190622. OLE color: 6190622.
HSL color Cylindrical-coordinate representation of color #1E765E: hue angle of 163.64º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E765E is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 118 | 94 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.54 |
| HSL | 163.64º | 0.59% | 0.29% | - |
| HSV(B) | 163.64º | 0.75% | 0.46% | - |
| XYZ | 9.03 | 14.04 | 12.82 | - |
| YUV | 88.95 | 130.85 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 118 | 94 | 0.75 | 0 | 0.20 | 0.54 | 163.64 | 0.59 | 0.29 |
| Hex | 1E | 76 | 5E | 4B | 0 | 14 | 36 | A4 | 3B | 1D |
| Octal | 36 | 166 | 136 | 113 | 0 | 24 | 66 | 244 | 73 | 35 |
| Binary | 11110 | 1110110 | 1011110 | 1001011 | 0 | 10100 | 110110 | 10100100 | 111011 | 11101 |
Color Harmonies of #1E765E
Complementary color
Monochromatic Colors of #1E765E
Black with #1E765E
Text Example
Text Example
White with #1E765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E765E; }
p { color: rgb(30,118,94); }
H1.HeaderClassName
{
color: #1E765E;
}
.AnyTagClassName
{
color: #1E765E;
}
</style>
background-color css
<style>
a { background-color: #1E765E; }
a { background-color: rgb(30,118,94); }
div.DivClassName
{
background-color: #1E765E;
}
.BgClassName
{
background-color: #1E765E;
}
</style>
border-color css
<style>
span { border-color: #1E765E; }
span { border-color: rgb(30,118,94); }
td.TdClassName
{
border-color: #1E765E;
}
.TagClassName
{
border-color: #1E765E;
}
</style>