Shades of Allports #1E6D75
Tints of Allports #1E6D75
RGB
CMYK
RGB Variations
Color information
#1E6D75 (or 0x1E6D75) is known color: Allports. HEX triplet: 1E, 6D and 75. RGB value is (30,109,117). Sum of RGB (Red+Green+Blue) = 30+109+117=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E6D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6D75 is #E1928A. Grayscale: #565656. Windows color (decimal): -14783115 or 7695646. OLE color: 7695646.
HSL color Cylindrical-coordinate representation of color #1E6D75: hue angle of 185.52º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E6D75 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 109 | 117 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.54 |
| HSL | 185.52º | 0.59% | 0.29% | - |
| HSV(B) | 185.52º | 0.74% | 0.46% | - |
| XYZ | 9.21 | 12.5 | 18.76 | - |
| YUV | 86.29 | 145.33 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 109 | 117 | 0.74 | 0.07 | 0 | 0.54 | 185.52 | 0.59 | 0.29 |
| Hex | 1E | 6D | 75 | 4A | 7 | 0 | 36 | BA | 3B | 1D |
| Octal | 36 | 155 | 165 | 112 | 7 | 0 | 66 | 272 | 73 | 35 |
| Binary | 11110 | 1101101 | 1110101 | 1001010 | 111 | 0 | 110110 | 10111010 | 111011 | 11101 |
Color Harmonies of #1E6D75
Complementary color
Monochromatic Colors of #1E6D75
Black with #1E6D75
Text Example
Text Example
White with #1E6D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6D75; }
p { color: rgb(30,109,117); }
H1.HeaderClassName
{
color: #1E6D75;
}
.AnyTagClassName
{
color: #1E6D75;
}
</style>
background-color css
<style>
a { background-color: #1E6D75; }
a { background-color: rgb(30,109,117); }
div.DivClassName
{
background-color: #1E6D75;
}
.BgClassName
{
background-color: #1E6D75;
}
</style>
border-color css
<style>
span { border-color: #1E6D75; }
span { border-color: rgb(30,109,117); }
td.TdClassName
{
border-color: #1E6D75;
}
.TagClassName
{
border-color: #1E6D75;
}
</style>