Shades of Deep Sea #1E7F63
Tints of Deep Sea #1E7F63
RGB
CMYK
RGB Variations
Color information
#1E7F63 (or 0x1E7F63) is known color: Deep Sea. HEX triplet: 1E, 7F and 63. RGB value is (30,127,99). Sum of RGB (Red+Green+Blue) = 30+127+99=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #1E7F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7F63 is #E1809C. Grayscale: #5E5E5E. Windows color (decimal): -14778525 or 6520606. OLE color: 6520606.
HSL color Cylindrical-coordinate representation of color #1E7F63: hue angle of 162.68º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7F63 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 127 | 99 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.50 |
| HSL | 162.68º | 0.62% | 0.31% | - |
| HSV(B) | 162.68º | 0.76% | 0.5% | - |
| XYZ | 10.38 | 16.36 | 14.41 | - |
| YUV | 94.81 | 130.36 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 127 | 99 | 0.76 | 0 | 0.22 | 0.50 | 162.68 | 0.62 | 0.31 |
| Hex | 1E | 7F | 63 | 4C | 0 | 16 | 32 | A3 | 3E | 1F |
| Octal | 36 | 177 | 143 | 114 | 0 | 26 | 62 | 243 | 76 | 37 |
| Binary | 11110 | 1111111 | 1100011 | 1001100 | 0 | 10110 | 110010 | 10100011 | 111110 | 11111 |
Color Harmonies of #1E7F63
Complementary color
Monochromatic Colors of #1E7F63
Black with #1E7F63
Text Example
Text Example
White with #1E7F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7F63; }
p { color: rgb(30,127,99); }
H1.HeaderClassName
{
color: #1E7F63;
}
.AnyTagClassName
{
color: #1E7F63;
}
</style>
background-color css
<style>
a { background-color: #1E7F63; }
a { background-color: rgb(30,127,99); }
div.DivClassName
{
background-color: #1E7F63;
}
.BgClassName
{
background-color: #1E7F63;
}
</style>
border-color css
<style>
span { border-color: #1E7F63; }
span { border-color: rgb(30,127,99); }
td.TdClassName
{
border-color: #1E7F63;
}
.TagClassName
{
border-color: #1E7F63;
}
</style>