Shades of Atoll #1E8684
Tints of Atoll #1E8684
RGB
CMYK
RGB Variations
Color information
#1E8684 (or 0x1E8684) is known color: Atoll. HEX triplet: 1E, 86 and 84. RGB value is (30,134,132). Sum of RGB (Red+Green+Blue) = 30+134+132=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #1E8684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8684 is #E1797B. Grayscale: #666666. Windows color (decimal): -14776700 or 8685086. OLE color: 8685086.
HSL color Cylindrical-coordinate representation of color #1E8684: hue angle of 178.85º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8684 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 134 | 132 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.47 |
| HSL | 178.85º | 0.63% | 0.32% | - |
| HSV(B) | 178.85º | 0.78% | 0.53% | - |
| XYZ | 13.23 | 18.99 | 24.8 | - |
| YUV | 102.68 | 144.54 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 134 | 132 | 0.78 | 0 | 0.01 | 0.47 | 178.85 | 0.63 | 0.32 |
| Hex | 1E | 86 | 84 | 4E | 0 | 1 | 2F | B3 | 3F | 20 |
| Octal | 36 | 206 | 204 | 116 | 0 | 1 | 57 | 263 | 77 | 40 |
| Binary | 11110 | 10000110 | 10000100 | 1001110 | 0 | 1 | 101111 | 10110011 | 111111 | 100000 |
Color Harmonies of #1E8684
Complementary color
Monochromatic Colors of #1E8684
Black with #1E8684
Text Example
Text Example
White with #1E8684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8684; }
p { color: rgb(30,134,132); }
H1.HeaderClassName
{
color: #1E8684;
}
.AnyTagClassName
{
color: #1E8684;
}
</style>
background-color css
<style>
a { background-color: #1E8684; }
a { background-color: rgb(30,134,132); }
div.DivClassName
{
background-color: #1E8684;
}
.BgClassName
{
background-color: #1E8684;
}
</style>
border-color css
<style>
span { border-color: #1E8684; }
span { border-color: rgb(30,134,132); }
td.TdClassName
{
border-color: #1E8684;
}
.TagClassName
{
border-color: #1E8684;
}
</style>