Shades of Allports #1C6C73
Tints of Allports #1C6C73
RGB
CMYK
RGB Variations
Color information
#1C6C73 (or 0x1C6C73) is known color: Allports. HEX triplet: 1C, 6C and 73. RGB value is (28,108,115). Sum of RGB (Red+Green+Blue) = 28+108+115=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C6C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6C73 is #E3938C. Grayscale: #545454. Windows color (decimal): -14914445 or 7564316. OLE color: 7564316.
HSL color Cylindrical-coordinate representation of color #1C6C73: hue angle of 184.83º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C6C73 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 108 | 115 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.55 |
| HSL | 184.83º | 0.61% | 0.28% | - |
| HSV(B) | 184.83º | 0.76% | 0.45% | - |
| XYZ | 8.94 | 12.21 | 18.11 | - |
| YUV | 84.88 | 145 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 108 | 115 | 0.76 | 0.06 | 0 | 0.55 | 184.83 | 0.61 | 0.28 |
| Hex | 1C | 6C | 73 | 4C | 6 | 0 | 37 | B9 | 3D | 1C |
| Octal | 34 | 154 | 163 | 114 | 6 | 0 | 67 | 271 | 75 | 34 |
| Binary | 11100 | 1101100 | 1110011 | 1001100 | 110 | 0 | 110111 | 10111001 | 111101 | 11100 |
Color Harmonies of #1C6C73
Complementary color
Monochromatic Colors of #1C6C73
Black with #1C6C73
Text Example
Text Example
White with #1C6C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6C73; }
p { color: rgb(28,108,115); }
H1.HeaderClassName
{
color: #1C6C73;
}
.AnyTagClassName
{
color: #1C6C73;
}
</style>
background-color css
<style>
a { background-color: #1C6C73; }
a { background-color: rgb(28,108,115); }
div.DivClassName
{
background-color: #1C6C73;
}
.BgClassName
{
background-color: #1C6C73;
}
</style>
border-color css
<style>
span { border-color: #1C6C73; }
span { border-color: rgb(28,108,115); }
td.TdClassName
{
border-color: #1C6C73;
}
.TagClassName
{
border-color: #1C6C73;
}
</style>