Shades of Deep Sea #1E765B
Tints of Deep Sea #1E765B
RGB
CMYK
RGB Variations
Color information
#1E765B (or 0x1E765B) is known color: Deep Sea. HEX triplet: 1E, 76 and 5B. RGB value is (30,118,91). Sum of RGB (Red+Green+Blue) = 30+118+91=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #1E765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E765B is #E189A4. Grayscale: #585858. Windows color (decimal): -14780837 or 5994014. OLE color: 5994014.
HSL color Cylindrical-coordinate representation of color #1E765B: hue angle of 161.59º 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 #1E765B is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 118 | 91 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.54 |
| HSL | 161.59º | 0.59% | 0.29% | - |
| HSV(B) | 161.59º | 0.75% | 0.46% | - |
| XYZ | 8.9 | 13.99 | 12.13 | - |
| YUV | 88.61 | 129.35 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 118 | 91 | 0.75 | 0 | 0.23 | 0.54 | 161.59 | 0.59 | 0.29 |
| Hex | 1E | 76 | 5B | 4B | 0 | 17 | 36 | A2 | 3B | 1D |
| Octal | 36 | 166 | 133 | 113 | 0 | 27 | 66 | 242 | 73 | 35 |
| Binary | 11110 | 1110110 | 1011011 | 1001011 | 0 | 10111 | 110110 | 10100010 | 111011 | 11101 |
Color Harmonies of #1E765B
Complementary color
Monochromatic Colors of #1E765B
Black with #1E765B
Text Example
Text Example
White with #1E765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E765B; }
p { color: rgb(30,118,91); }
H1.HeaderClassName
{
color: #1E765B;
}
.AnyTagClassName
{
color: #1E765B;
}
</style>
background-color css
<style>
a { background-color: #1E765B; }
a { background-color: rgb(30,118,91); }
div.DivClassName
{
background-color: #1E765B;
}
.BgClassName
{
background-color: #1E765B;
}
</style>
border-color css
<style>
span { border-color: #1E765B; }
span { border-color: rgb(30,118,91); }
td.TdClassName
{
border-color: #1E765B;
}
.TagClassName
{
border-color: #1E765B;
}
</style>