Shades of Allports #1C6E76
Tints of Allports #1C6E76
RGB
CMYK
RGB Variations
Color information
#1C6E76 (or 0x1C6E76) is known color: Allports. HEX triplet: 1C, 6E and 76. RGB value is (28,110,118). Sum of RGB (Red+Green+Blue) = 28+110+118=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C6E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6E76 is #E39189. Grayscale: #565656. Windows color (decimal): -14913930 or 7761436. OLE color: 7761436.
HSL color Cylindrical-coordinate representation of color #1C6E76: hue angle of 185.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C6E76 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 110 | 118 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.54 |
| HSL | 185.33º | 0.62% | 0.29% | - |
| HSV(B) | 185.33º | 0.76% | 0.46% | - |
| XYZ | 9.32 | 12.71 | 19.1 | - |
| YUV | 86.39 | 145.83 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 110 | 118 | 0.76 | 0.07 | 0 | 0.54 | 185.33 | 0.62 | 0.29 |
| Hex | 1C | 6E | 76 | 4C | 7 | 0 | 36 | B9 | 3E | 1D |
| Octal | 34 | 156 | 166 | 114 | 7 | 0 | 66 | 271 | 76 | 35 |
| Binary | 11100 | 1101110 | 1110110 | 1001100 | 111 | 0 | 110110 | 10111001 | 111110 | 11101 |
Color Harmonies of #1C6E76
Complementary color
Monochromatic Colors of #1C6E76
Black with #1C6E76
Text Example
Text Example
White with #1C6E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6E76; }
p { color: rgb(28,110,118); }
H1.HeaderClassName
{
color: #1C6E76;
}
.AnyTagClassName
{
color: #1C6E76;
}
</style>
background-color css
<style>
a { background-color: #1C6E76; }
a { background-color: rgb(28,110,118); }
div.DivClassName
{
background-color: #1C6E76;
}
.BgClassName
{
background-color: #1C6E76;
}
</style>
border-color css
<style>
span { border-color: #1C6E76; }
span { border-color: rgb(28,110,118); }
td.TdClassName
{
border-color: #1C6E76;
}
.TagClassName
{
border-color: #1C6E76;
}
</style>