Shades of Allports #1C6C72
Tints of Allports #1C6C72
RGB
CMYK
RGB Variations
Color information
#1C6C72 (or 0x1C6C72) is known color: Allports. HEX triplet: 1C, 6C and 72. RGB value is (28,108,114). Sum of RGB (Red+Green+Blue) = 28+108+114=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #1C6C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6C72 is #E3938D. Grayscale: #545454. Windows color (decimal): -14914446 or 7498780. OLE color: 7498780.
HSL color Cylindrical-coordinate representation of color #1C6C72: hue angle of 184.19º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C6C72 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 108 | 114 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.55 |
| HSL | 184.19º | 0.61% | 0.28% | - |
| HSV(B) | 184.19º | 0.75% | 0.45% | - |
| XYZ | 8.88 | 12.19 | 17.8 | - |
| YUV | 84.76 | 144.5 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 108 | 114 | 0.75 | 0.05 | 0 | 0.55 | 184.19 | 0.61 | 0.28 |
| Hex | 1C | 6C | 72 | 4B | 5 | 0 | 37 | B8 | 3D | 1C |
| Octal | 34 | 154 | 162 | 113 | 5 | 0 | 67 | 270 | 75 | 34 |
| Binary | 11100 | 1101100 | 1110010 | 1001011 | 101 | 0 | 110111 | 10111000 | 111101 | 11100 |
Color Harmonies of #1C6C72
Complementary color
Monochromatic Colors of #1C6C72
Black with #1C6C72
Text Example
Text Example
White with #1C6C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6C72; }
p { color: rgb(28,108,114); }
H1.HeaderClassName
{
color: #1C6C72;
}
.AnyTagClassName
{
color: #1C6C72;
}
</style>
background-color css
<style>
a { background-color: #1C6C72; }
a { background-color: rgb(28,108,114); }
div.DivClassName
{
background-color: #1C6C72;
}
.BgClassName
{
background-color: #1C6C72;
}
</style>
border-color css
<style>
span { border-color: #1C6C72; }
span { border-color: rgb(28,108,114); }
td.TdClassName
{
border-color: #1C6C72;
}
.TagClassName
{
border-color: #1C6C72;
}
</style>