Shades of Atoll #1C787C
Tints of Atoll #1C787C
RGB
CMYK
RGB Variations
Color information
#1C787C (or 0x1C787C) is known color: Atoll. HEX triplet: 1C, 78 and 7C. RGB value is (28,120,124). Sum of RGB (Red+Green+Blue) = 28+120+124=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C787C is #E38783. Grayscale: #5C5C5C. Windows color (decimal): -14911364 or 8157212. OLE color: 8157212.
HSL color Cylindrical-coordinate representation of color #1C787C: hue angle of 182.5º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C787C is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 120 | 124 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.51 |
| HSL | 182.5º | 0.63% | 0.3% | - |
| HSV(B) | 182.5º | 0.77% | 0.49% | - |
| XYZ | 10.83 | 15.14 | 21.42 | - |
| YUV | 92.95 | 145.52 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 120 | 124 | 0.77 | 0.03 | 0 | 0.51 | 182.5 | 0.63 | 0.3 |
| Hex | 1C | 78 | 7C | 4D | 3 | 0 | 33 | B6 | 3F | 1E |
| Octal | 34 | 170 | 174 | 115 | 3 | 0 | 63 | 266 | 77 | 36 |
| Binary | 11100 | 1111000 | 1111100 | 1001101 | 11 | 0 | 110011 | 10110110 | 111111 | 11110 |
Color Harmonies of #1C787C
Complementary color
Monochromatic Colors of #1C787C
Black with #1C787C
Text Example
Text Example
White with #1C787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C787C; }
p { color: rgb(28,120,124); }
H1.HeaderClassName
{
color: #1C787C;
}
.AnyTagClassName
{
color: #1C787C;
}
</style>
background-color css
<style>
a { background-color: #1C787C; }
a { background-color: rgb(28,120,124); }
div.DivClassName
{
background-color: #1C787C;
}
.BgClassName
{
background-color: #1C787C;
}
</style>
border-color css
<style>
span { border-color: #1C787C; }
span { border-color: rgb(28,120,124); }
td.TdClassName
{
border-color: #1C787C;
}
.TagClassName
{
border-color: #1C787C;
}
</style>