Shades of Deep Sea #1E745A
Tints of Deep Sea #1E745A
RGB
CMYK
RGB Variations
Color information
#1E745A (or 0x1E745A) is known color: Deep Sea. HEX triplet: 1E, 74 and 5A. RGB value is (30,116,90). Sum of RGB (Red+Green+Blue) = 30+116+90=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #1E745A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E745A is #E18BA5. Grayscale: #575757. Windows color (decimal): -14781350 or 5927966. OLE color: 5927966.
HSL color Cylindrical-coordinate representation of color #1E745A: hue angle of 161.86º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E745A is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 116 | 90 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.55 |
| HSL | 161.86º | 0.59% | 0.29% | - |
| HSV(B) | 161.86º | 0.74% | 0.45% | - |
| XYZ | 8.63 | 13.5 | 11.82 | - |
| YUV | 87.32 | 129.51 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 116 | 90 | 0.74 | 0 | 0.22 | 0.55 | 161.86 | 0.59 | 0.29 |
| Hex | 1E | 74 | 5A | 4A | 0 | 16 | 37 | A2 | 3B | 1D |
| Octal | 36 | 164 | 132 | 112 | 0 | 26 | 67 | 242 | 73 | 35 |
| Binary | 11110 | 1110100 | 1011010 | 1001010 | 0 | 10110 | 110111 | 10100010 | 111011 | 11101 |
Color Harmonies of #1E745A
Complementary color
Monochromatic Colors of #1E745A
Black with #1E745A
Text Example
Text Example
White with #1E745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E745A; }
p { color: rgb(30,116,90); }
H1.HeaderClassName
{
color: #1E745A;
}
.AnyTagClassName
{
color: #1E745A;
}
</style>
background-color css
<style>
a { background-color: #1E745A; }
a { background-color: rgb(30,116,90); }
div.DivClassName
{
background-color: #1E745A;
}
.BgClassName
{
background-color: #1E745A;
}
</style>
border-color css
<style>
span { border-color: #1E745A; }
span { border-color: rgb(30,116,90); }
td.TdClassName
{
border-color: #1E745A;
}
.TagClassName
{
border-color: #1E745A;
}
</style>