Shades of Allports #1C788F
Tints of Allports #1C788F
RGB
CMYK
RGB Variations
Color information
#1C788F (or 0x1C788F) is known color: Allports. HEX triplet: 1C, 78 and 8F. RGB value is (28,120,143). Sum of RGB (Red+Green+Blue) = 28+120+143=291 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.62% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 143 - color contains mainly: blue. Hex color #1C788F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C788F is #E38770. Grayscale: #5E5E5E. Windows color (decimal): -14911345 or 9402396. OLE color: 9402396.
HSL color Cylindrical-coordinate representation of color #1C788F: hue angle of 192º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C788F is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 28 | 120 | 143 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.44 |
| HSL | 192º | 0.67% | 0.34% | - |
| HSV(B) | 192º | 0.8% | 0.56% | - |
| XYZ | 12.15 | 15.66 | 28.37 | - |
| YUV | 95.11 | 155.02 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 120 | 143 | 0.80 | 0.16 | 0 | 0.44 | 192 | 0.67 | 0.34 |
| Hex | 1C | 78 | 8F | 50 | 10 | 0 | 2C | C0 | 43 | 22 |
| Octal | 34 | 170 | 217 | 120 | 20 | 0 | 54 | 300 | 103 | 42 |
| Binary | 11100 | 1111000 | 10001111 | 1010000 | 10000 | 0 | 101100 | 11000000 | 1000011 | 100010 |
Color Harmonies of #1C788F
Complementary color
Monochromatic Colors of #1C788F
Black with #1C788F
Text Example
Text Example
White with #1C788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C788F; }
p { color: rgb(28,120,143); }
H1.HeaderClassName
{
color: #1C788F;
}
.AnyTagClassName
{
color: #1C788F;
}
</style>
background-color css
<style>
a { background-color: #1C788F; }
a { background-color: rgb(28,120,143); }
div.DivClassName
{
background-color: #1C788F;
}
.BgClassName
{
background-color: #1C788F;
}
</style>
border-color css
<style>
span { border-color: #1C788F; }
span { border-color: rgb(28,120,143); }
td.TdClassName
{
border-color: #1C788F;
}
.TagClassName
{
border-color: #1C788F;
}
</style>