Shades of Deep Sea #1E825C
Tints of Deep Sea #1E825C
RGB
CMYK
RGB Variations
Color information
#1E825C (or 0x1E825C) is known color: Deep Sea. HEX triplet: 1E, 82 and 5C. RGB value is (30,130,92). Sum of RGB (Red+Green+Blue) = 30+130+92=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #1E825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E825C is #E17DA3. Grayscale: #5F5F5F. Windows color (decimal): -14777764 or 6062622. OLE color: 6062622.
HSL color Cylindrical-coordinate representation of color #1E825C: hue angle of 157.2º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E825C is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 130 | 92 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.49 |
| HSL | 157.2º | 0.63% | 0.31% | - |
| HSV(B) | 157.2º | 0.77% | 0.51% | - |
| XYZ | 10.45 | 17.01 | 12.86 | - |
| YUV | 95.77 | 125.87 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 130 | 92 | 0.77 | 0 | 0.29 | 0.49 | 157.2 | 0.63 | 0.31 |
| Hex | 1E | 82 | 5C | 4D | 0 | 1D | 31 | 9D | 3E | 1F |
| Octal | 36 | 202 | 134 | 115 | 0 | 35 | 61 | 235 | 76 | 37 |
| Binary | 11110 | 10000010 | 1011100 | 1001101 | 0 | 11101 | 110001 | 10011101 | 111110 | 11111 |
Color Harmonies of #1E825C
Complementary color
Monochromatic Colors of #1E825C
Black with #1E825C
Text Example
Text Example
White with #1E825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E825C; }
p { color: rgb(30,130,92); }
H1.HeaderClassName
{
color: #1E825C;
}
.AnyTagClassName
{
color: #1E825C;
}
</style>
background-color css
<style>
a { background-color: #1E825C; }
a { background-color: rgb(30,130,92); }
div.DivClassName
{
background-color: #1E825C;
}
.BgClassName
{
background-color: #1E825C;
}
</style>
border-color css
<style>
span { border-color: #1E825C; }
span { border-color: rgb(30,130,92); }
td.TdClassName
{
border-color: #1E825C;
}
.TagClassName
{
border-color: #1E825C;
}
</style>