Shades of Allports #1C6E71
Tints of Allports #1C6E71
RGB
CMYK
RGB Variations
Color information
#1C6E71 (or 0x1C6E71) is known color: Allports. HEX triplet: 1C, 6E and 71. RGB value is (28,110,113). Sum of RGB (Red+Green+Blue) = 28+110+113=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 110 (43.36% from 255 or 43.82% 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 #1C6E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6E71 is #E3918E. Grayscale: #555555. Windows color (decimal): -14913935 or 7433756. OLE color: 7433756.
HSL color Cylindrical-coordinate representation of color #1C6E71: hue angle of 182.12º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C6E71 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 110 | 113 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.56 |
| HSL | 182.12º | 0.6% | 0.28% | - |
| HSV(B) | 182.12º | 0.75% | 0.44% | - |
| XYZ | 9.04 | 12.59 | 17.58 | - |
| YUV | 85.82 | 143.33 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 110 | 113 | 0.75 | 0.03 | 0 | 0.56 | 182.12 | 0.6 | 0.28 |
| Hex | 1C | 6E | 71 | 4B | 3 | 0 | 38 | B6 | 3C | 1C |
| Octal | 34 | 156 | 161 | 113 | 3 | 0 | 70 | 266 | 74 | 34 |
| Binary | 11100 | 1101110 | 1110001 | 1001011 | 11 | 0 | 111000 | 10110110 | 111100 | 11100 |
Color Harmonies of #1C6E71
Complementary color
Monochromatic Colors of #1C6E71
Black with #1C6E71
Text Example
Text Example
White with #1C6E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6E71; }
p { color: rgb(28,110,113); }
H1.HeaderClassName
{
color: #1C6E71;
}
.AnyTagClassName
{
color: #1C6E71;
}
</style>
background-color css
<style>
a { background-color: #1C6E71; }
a { background-color: rgb(28,110,113); }
div.DivClassName
{
background-color: #1C6E71;
}
.BgClassName
{
background-color: #1C6E71;
}
</style>
border-color css
<style>
span { border-color: #1C6E71; }
span { border-color: rgb(28,110,113); }
td.TdClassName
{
border-color: #1C6E71;
}
.TagClassName
{
border-color: #1C6E71;
}
</style>