Shades of Deep Sea #1E835F
Tints of Deep Sea #1E835F
RGB
CMYK
RGB Variations
Color information
#1E835F (or 0x1E835F) is known color: Deep Sea. HEX triplet: 1E, 83 and 5F. RGB value is (30,131,95). Sum of RGB (Red+Green+Blue) = 30+131+95=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #1E835F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E835F is #E17CA0. Grayscale: #606060. Windows color (decimal): -14777505 or 6259486. OLE color: 6259486.
HSL color Cylindrical-coordinate representation of color #1E835F: hue angle of 158.61º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E835F is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 131 | 95 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.49 |
| HSL | 158.61º | 0.63% | 0.32% | - |
| HSV(B) | 158.61º | 0.77% | 0.51% | - |
| XYZ | 10.72 | 17.33 | 13.61 | - |
| YUV | 96.7 | 127.04 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 131 | 95 | 0.77 | 0 | 0.27 | 0.49 | 158.61 | 0.63 | 0.32 |
| Hex | 1E | 83 | 5F | 4D | 0 | 1B | 31 | 9F | 3F | 20 |
| Octal | 36 | 203 | 137 | 115 | 0 | 33 | 61 | 237 | 77 | 40 |
| Binary | 11110 | 10000011 | 1011111 | 1001101 | 0 | 11011 | 110001 | 10011111 | 111111 | 100000 |
Color Harmonies of #1E835F
Complementary color
Monochromatic Colors of #1E835F
Black with #1E835F
Text Example
Text Example
White with #1E835F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E835F; }
p { color: rgb(30,131,95); }
H1.HeaderClassName
{
color: #1E835F;
}
.AnyTagClassName
{
color: #1E835F;
}
</style>
background-color css
<style>
a { background-color: #1E835F; }
a { background-color: rgb(30,131,95); }
div.DivClassName
{
background-color: #1E835F;
}
.BgClassName
{
background-color: #1E835F;
}
</style>
border-color css
<style>
span { border-color: #1E835F; }
span { border-color: rgb(30,131,95); }
td.TdClassName
{
border-color: #1E835F;
}
.TagClassName
{
border-color: #1E835F;
}
</style>