Shades of Atoll #1C8785
Tints of Atoll #1C8785
RGB
CMYK
RGB Variations
Color information
#1C8785 (or 0x1C8785) is known color: Atoll. HEX triplet: 1C, 87 and 85. RGB value is (28,135,133). Sum of RGB (Red+Green+Blue) = 28+135+133=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #1C8785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8785 is #E3787A. Grayscale: #666666. Windows color (decimal): -14907515 or 8750876. OLE color: 8750876.
HSL color Cylindrical-coordinate representation of color #1C8785: hue angle of 178.88º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8785 is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 135 | 133 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.47 |
| HSL | 178.88º | 0.66% | 0.32% | - |
| HSV(B) | 178.88º | 0.79% | 0.53% | - |
| XYZ | 13.38 | 19.27 | 25.2 | - |
| YUV | 102.78 | 145.05 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 135 | 133 | 0.79 | 0 | 0.01 | 0.47 | 178.88 | 0.66 | 0.32 |
| Hex | 1C | 87 | 85 | 4F | 0 | 1 | 2F | B3 | 42 | 20 |
| Octal | 34 | 207 | 205 | 117 | 0 | 1 | 57 | 263 | 102 | 40 |
| Binary | 11100 | 10000111 | 10000101 | 1001111 | 0 | 1 | 101111 | 10110011 | 1000010 | 100000 |
Color Harmonies of #1C8785
Complementary color
Monochromatic Colors of #1C8785
Black with #1C8785
Text Example
Text Example
White with #1C8785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8785; }
p { color: rgb(28,135,133); }
H1.HeaderClassName
{
color: #1C8785;
}
.AnyTagClassName
{
color: #1C8785;
}
</style>
background-color css
<style>
a { background-color: #1C8785; }
a { background-color: rgb(28,135,133); }
div.DivClassName
{
background-color: #1C8785;
}
.BgClassName
{
background-color: #1C8785;
}
</style>
border-color css
<style>
span { border-color: #1C8785; }
span { border-color: rgb(28,135,133); }
td.TdClassName
{
border-color: #1C8785;
}
.TagClassName
{
border-color: #1C8785;
}
</style>