Shades of Allports #1D6D71
Tints of Allports #1D6D71
RGB
CMYK
RGB Variations
Color information
#1D6D71 (or 0x1D6D71) is known color: Allports. HEX triplet: 1D, 6D and 71. RGB value is (29,109,113). Sum of RGB (Red+Green+Blue) = 29+109+113=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #1D6D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6D71 is #E2928E. Grayscale: #555555. Windows color (decimal): -14848655 or 7433501. OLE color: 7433501.
HSL color Cylindrical-coordinate representation of color #1D6D71: hue angle of 182.86º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D6D71 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 109 | 113 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.56 |
| HSL | 182.86º | 0.59% | 0.28% | - |
| HSV(B) | 182.86º | 0.74% | 0.44% | - |
| XYZ | 8.96 | 12.39 | 17.54 | - |
| YUV | 85.54 | 143.5 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 109 | 113 | 0.74 | 0.04 | 0 | 0.56 | 182.86 | 0.59 | 0.28 |
| Hex | 1D | 6D | 71 | 4A | 4 | 0 | 38 | B7 | 3B | 1C |
| Octal | 35 | 155 | 161 | 112 | 4 | 0 | 70 | 267 | 73 | 34 |
| Binary | 11101 | 1101101 | 1110001 | 1001010 | 100 | 0 | 111000 | 10110111 | 111011 | 11100 |
Color Harmonies of #1D6D71
Complementary color
Monochromatic Colors of #1D6D71
Black with #1D6D71
Text Example
Text Example
White with #1D6D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6D71; }
p { color: rgb(29,109,113); }
H1.HeaderClassName
{
color: #1D6D71;
}
.AnyTagClassName
{
color: #1D6D71;
}
</style>
background-color css
<style>
a { background-color: #1D6D71; }
a { background-color: rgb(29,109,113); }
div.DivClassName
{
background-color: #1D6D71;
}
.BgClassName
{
background-color: #1D6D71;
}
</style>
border-color css
<style>
span { border-color: #1D6D71; }
span { border-color: rgb(29,109,113); }
td.TdClassName
{
border-color: #1D6D71;
}
.TagClassName
{
border-color: #1D6D71;
}
</style>