Shades of Allports #1C6B70
Tints of Allports #1C6B70
RGB
CMYK
RGB Variations
Color information
#1C6B70 (or 0x1C6B70) is known color: Allports. HEX triplet: 1C, 6B and 70. RGB value is (28,107,112). Sum of RGB (Red+Green+Blue) = 28+107+112=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #1C6B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6B70 is #E3948F. Grayscale: #535353. Windows color (decimal): -14914704 or 7367452. OLE color: 7367452.
HSL color Cylindrical-coordinate representation of color #1C6B70: hue angle of 183.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C6B70 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 107 | 112 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.56 |
| HSL | 183.57º | 0.6% | 0.27% | - |
| HSV(B) | 183.57º | 0.75% | 0.44% | - |
| XYZ | 8.66 | 11.93 | 17.18 | - |
| YUV | 83.95 | 143.83 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 107 | 112 | 0.75 | 0.04 | 0 | 0.56 | 183.57 | 0.6 | 0.27 |
| Hex | 1C | 6B | 70 | 4B | 4 | 0 | 38 | B8 | 3C | 1B |
| Octal | 34 | 153 | 160 | 113 | 4 | 0 | 70 | 270 | 74 | 33 |
| Binary | 11100 | 1101011 | 1110000 | 1001011 | 100 | 0 | 111000 | 10111000 | 111100 | 11011 |
Color Harmonies of #1C6B70
Complementary color
Monochromatic Colors of #1C6B70
Black with #1C6B70
Text Example
Text Example
White with #1C6B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6B70; }
p { color: rgb(28,107,112); }
H1.HeaderClassName
{
color: #1C6B70;
}
.AnyTagClassName
{
color: #1C6B70;
}
</style>
background-color css
<style>
a { background-color: #1C6B70; }
a { background-color: rgb(28,107,112); }
div.DivClassName
{
background-color: #1C6B70;
}
.BgClassName
{
background-color: #1C6B70;
}
</style>
border-color css
<style>
span { border-color: #1C6B70; }
span { border-color: rgb(28,107,112); }
td.TdClassName
{
border-color: #1C6B70;
}
.TagClassName
{
border-color: #1C6B70;
}
</style>