Shades of Deep Sea #1E735A
Tints of Deep Sea #1E735A
RGB
CMYK
RGB Variations
Color information
#1E735A (or 0x1E735A) is known color: Deep Sea. HEX triplet: 1E, 73 and 5A. RGB value is (30,115,90). Sum of RGB (Red+Green+Blue) = 30+115+90=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #1E735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E735A is #E18CA5. Grayscale: #565656. Windows color (decimal): -14781606 or 5927710. OLE color: 5927710.
HSL color Cylindrical-coordinate representation of color #1E735A: hue angle of 162.35º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E735A is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 115 | 90 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.55 |
| HSL | 162.35º | 0.59% | 0.28% | - |
| HSV(B) | 162.35º | 0.74% | 0.45% | - |
| XYZ | 8.51 | 13.28 | 11.79 | - |
| YUV | 86.74 | 129.84 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 115 | 90 | 0.74 | 0 | 0.22 | 0.55 | 162.35 | 0.59 | 0.28 |
| Hex | 1E | 73 | 5A | 4A | 0 | 16 | 37 | A2 | 3B | 1C |
| Octal | 36 | 163 | 132 | 112 | 0 | 26 | 67 | 242 | 73 | 34 |
| Binary | 11110 | 1110011 | 1011010 | 1001010 | 0 | 10110 | 110111 | 10100010 | 111011 | 11100 |
Color Harmonies of #1E735A
Complementary color
Monochromatic Colors of #1E735A
Black with #1E735A
Text Example
Text Example
White with #1E735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E735A; }
p { color: rgb(30,115,90); }
H1.HeaderClassName
{
color: #1E735A;
}
.AnyTagClassName
{
color: #1E735A;
}
</style>
background-color css
<style>
a { background-color: #1E735A; }
a { background-color: rgb(30,115,90); }
div.DivClassName
{
background-color: #1E735A;
}
.BgClassName
{
background-color: #1E735A;
}
</style>
border-color css
<style>
span { border-color: #1E735A; }
span { border-color: rgb(30,115,90); }
td.TdClassName
{
border-color: #1E735A;
}
.TagClassName
{
border-color: #1E735A;
}
</style>