Shades of Allports #1E6D72
Tints of Allports #1E6D72
RGB
CMYK
RGB Variations
Color information
#1E6D72 (or 0x1E6D72) is known color: Allports. HEX triplet: 1E, 6D and 72. RGB value is (30,109,114). Sum of RGB (Red+Green+Blue) = 30+109+114=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 109 (42.97% from 255 or 43.08% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E6D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6D72 is #E1928D. Grayscale: #555555. Windows color (decimal): -14783118 or 7499038. OLE color: 7499038.
HSL color Cylindrical-coordinate representation of color #1E6D72: hue angle of 183.57º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E6D72 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 109 | 114 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.55 |
| HSL | 183.57º | 0.58% | 0.28% | - |
| HSV(B) | 183.57º | 0.74% | 0.45% | - |
| XYZ | 9.04 | 12.43 | 17.84 | - |
| YUV | 85.95 | 143.83 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 109 | 114 | 0.74 | 0.04 | 0 | 0.55 | 183.57 | 0.58 | 0.28 |
| Hex | 1E | 6D | 72 | 4A | 4 | 0 | 37 | B8 | 3A | 1C |
| Octal | 36 | 155 | 162 | 112 | 4 | 0 | 67 | 270 | 72 | 34 |
| Binary | 11110 | 1101101 | 1110010 | 1001010 | 100 | 0 | 110111 | 10111000 | 111010 | 11100 |
Color Harmonies of #1E6D72
Complementary color
Monochromatic Colors of #1E6D72
Black with #1E6D72
Text Example
Text Example
White with #1E6D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6D72; }
p { color: rgb(30,109,114); }
H1.HeaderClassName
{
color: #1E6D72;
}
.AnyTagClassName
{
color: #1E6D72;
}
</style>
background-color css
<style>
a { background-color: #1E6D72; }
a { background-color: rgb(30,109,114); }
div.DivClassName
{
background-color: #1E6D72;
}
.BgClassName
{
background-color: #1E6D72;
}
</style>
border-color css
<style>
span { border-color: #1E6D72; }
span { border-color: rgb(30,109,114); }
td.TdClassName
{
border-color: #1E6D72;
}
.TagClassName
{
border-color: #1E6D72;
}
</style>