Shades of Allports #1D6B70
Tints of Allports #1D6B70
RGB
CMYK
RGB Variations
Color information
#1D6B70 (or 0x1D6B70) is known color: Allports. HEX triplet: 1D, 6B and 70. RGB value is (29,107,112). Sum of RGB (Red+Green+Blue) = 29+107+112=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D6B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6B70 is #E2948F. Grayscale: #545454. Windows color (decimal): -14849168 or 7367453. OLE color: 7367453.
HSL color Cylindrical-coordinate representation of color #1D6B70: hue angle of 183.61º 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 #1D6B70 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 107 | 112 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.56 |
| HSL | 183.61º | 0.59% | 0.28% | - |
| HSV(B) | 183.61º | 0.74% | 0.44% | - |
| XYZ | 8.69 | 11.95 | 17.18 | - |
| YUV | 84.25 | 143.66 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 107 | 112 | 0.74 | 0.04 | 0 | 0.56 | 183.61 | 0.59 | 0.28 |
| Hex | 1D | 6B | 70 | 4A | 4 | 0 | 38 | B8 | 3B | 1C |
| Octal | 35 | 153 | 160 | 112 | 4 | 0 | 70 | 270 | 73 | 34 |
| Binary | 11101 | 1101011 | 1110000 | 1001010 | 100 | 0 | 111000 | 10111000 | 111011 | 11100 |
Color Harmonies of #1D6B70
Complementary color
Monochromatic Colors of #1D6B70
Black with #1D6B70
Text Example
Text Example
White with #1D6B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6B70; }
p { color: rgb(29,107,112); }
H1.HeaderClassName
{
color: #1D6B70;
}
.AnyTagClassName
{
color: #1D6B70;
}
</style>
background-color css
<style>
a { background-color: #1D6B70; }
a { background-color: rgb(29,107,112); }
div.DivClassName
{
background-color: #1D6B70;
}
.BgClassName
{
background-color: #1D6B70;
}
</style>
border-color css
<style>
span { border-color: #1D6B70; }
span { border-color: rgb(29,107,112); }
td.TdClassName
{
border-color: #1D6B70;
}
.TagClassName
{
border-color: #1D6B70;
}
</style>