Shades of Atoll #1E8787
Tints of Atoll #1E8787
RGB
CMYK
RGB Variations
Color information
#1E8787 (or 0x1E8787) is known color: Atoll. HEX triplet: 1E, 87 and 87. RGB value is (30,135,135). Sum of RGB (Red+Green+Blue) = 30+135+135=300 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: green, blue. Hex color #1E8787 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8787 is #E17878. Grayscale: #676767. Windows color (decimal): -14776441 or 8881950. OLE color: 8881950.
HSL color Cylindrical-coordinate representation of color #1E8787: hue angle of 180º degrees, saturation: 0.64, 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 #1E8787 is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 135 | 135 | - |
| CMYK | 0.78 | 0 | 0 | 0.47 |
| HSL | 180º | 0.64% | 0.32% | - |
| HSV(B) | 180º | 0.78% | 0.53% | - |
| XYZ | 13.57 | 19.35 | 25.94 | - |
| YUV | 103.61 | 145.71 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 135 | 135 | 0.78 | 0 | 0 | 0.47 | 180 | 0.64 | 0.32 |
| Hex | 1E | 87 | 87 | 4E | 0 | 0 | 2F | B4 | 40 | 20 |
| Octal | 36 | 207 | 207 | 116 | 0 | 0 | 57 | 264 | 100 | 40 |
| Binary | 11110 | 10000111 | 10000111 | 1001110 | 0 | 0 | 101111 | 10110100 | 1000000 | 100000 |
Color Harmonies of #1E8787
Complementary color
Monochromatic Colors of #1E8787
Black with #1E8787
Text Example
Text Example
White with #1E8787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8787; }
p { color: rgb(30,135,135); }
H1.HeaderClassName
{
color: #1E8787;
}
.AnyTagClassName
{
color: #1E8787;
}
</style>
background-color css
<style>
a { background-color: #1E8787; }
a { background-color: rgb(30,135,135); }
div.DivClassName
{
background-color: #1E8787;
}
.BgClassName
{
background-color: #1E8787;
}
</style>
border-color css
<style>
span { border-color: #1E8787; }
span { border-color: rgb(30,135,135); }
td.TdClassName
{
border-color: #1E8787;
}
.TagClassName
{
border-color: #1E8787;
}
</style>