Shades of Atoll #1D8787
Tints of Atoll #1D8787
RGB
CMYK
RGB Variations
Color information
#1D8787 (or 0x1D8787) is known color: Atoll. HEX triplet: 1D, 87 and 87. RGB value is (29,135,135). Sum of RGB (Red+Green+Blue) = 29+135+135=299 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.70% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: green, blue. Hex color #1D8787 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8787 is #E27878. Grayscale: #676767. Windows color (decimal): -14841977 or 8881949. OLE color: 8881949.
HSL color Cylindrical-coordinate representation of color #1D8787: hue angle of 180º degrees, saturation: 0.65, 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 #1D8787 is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 135 | 135 | - |
| CMYK | 0.79 | 0 | 0 | 0.47 |
| HSL | 180º | 0.65% | 0.32% | - |
| HSV(B) | 180º | 0.79% | 0.53% | - |
| XYZ | 13.54 | 19.34 | 25.94 | - |
| YUV | 103.31 | 145.88 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 135 | 135 | 0.79 | 0 | 0 | 0.47 | 180 | 0.65 | 0.32 |
| Hex | 1D | 87 | 87 | 4F | 0 | 0 | 2F | B4 | 41 | 20 |
| Octal | 35 | 207 | 207 | 117 | 0 | 0 | 57 | 264 | 101 | 40 |
| Binary | 11101 | 10000111 | 10000111 | 1001111 | 0 | 0 | 101111 | 10110100 | 1000001 | 100000 |
Color Harmonies of #1D8787
Complementary color
Monochromatic Colors of #1D8787
Black with #1D8787
Text Example
Text Example
White with #1D8787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8787; }
p { color: rgb(29,135,135); }
H1.HeaderClassName
{
color: #1D8787;
}
.AnyTagClassName
{
color: #1D8787;
}
</style>
background-color css
<style>
a { background-color: #1D8787; }
a { background-color: rgb(29,135,135); }
div.DivClassName
{
background-color: #1D8787;
}
.BgClassName
{
background-color: #1D8787;
}
</style>
border-color css
<style>
span { border-color: #1D8787; }
span { border-color: rgb(29,135,135); }
td.TdClassName
{
border-color: #1D8787;
}
.TagClassName
{
border-color: #1D8787;
}
</style>