Shades of Deep Sea #1E806D
Tints of Deep Sea #1E806D
RGB
CMYK
RGB Variations
Color information
#1E806D (or 0x1E806D) is known color: Deep Sea. HEX triplet: 1E, 80 and 6D. RGB value is (30,128,109). Sum of RGB (Red+Green+Blue) = 30+128+109=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #1E806D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E806D is #E17F92. Grayscale: #606060. Windows color (decimal): -14778259 or 7176222. OLE color: 7176222.
HSL color Cylindrical-coordinate representation of color #1E806D: hue angle of 168.37º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E806D is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 128 | 109 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.50 |
| HSL | 168.37º | 0.62% | 0.31% | - |
| HSV(B) | 168.37º | 0.77% | 0.5% | - |
| XYZ | 11.01 | 16.82 | 17.13 | - |
| YUV | 96.53 | 135.03 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 128 | 109 | 0.77 | 0 | 0.15 | 0.50 | 168.37 | 0.62 | 0.31 |
| Hex | 1E | 80 | 6D | 4D | 0 | F | 32 | A8 | 3E | 1F |
| Octal | 36 | 200 | 155 | 115 | 0 | 17 | 62 | 250 | 76 | 37 |
| Binary | 11110 | 10000000 | 1101101 | 1001101 | 0 | 1111 | 110010 | 10101000 | 111110 | 11111 |
Color Harmonies of #1E806D
Complementary color
Monochromatic Colors of #1E806D
Black with #1E806D
Text Example
Text Example
White with #1E806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E806D; }
p { color: rgb(30,128,109); }
H1.HeaderClassName
{
color: #1E806D;
}
.AnyTagClassName
{
color: #1E806D;
}
</style>
background-color css
<style>
a { background-color: #1E806D; }
a { background-color: rgb(30,128,109); }
div.DivClassName
{
background-color: #1E806D;
}
.BgClassName
{
background-color: #1E806D;
}
</style>
border-color css
<style>
span { border-color: #1E806D; }
span { border-color: rgb(30,128,109); }
td.TdClassName
{
border-color: #1E806D;
}
.TagClassName
{
border-color: #1E806D;
}
</style>