Shades of Atoll #1D8484
Tints of Atoll #1D8484
RGB
CMYK
RGB Variations
Color information
#1D8484 (or 0x1D8484) is known color: Atoll. HEX triplet: 1D, 84 and 84. RGB value is (29,132,132). Sum of RGB (Red+Green+Blue) = 29+132+132=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #1D8484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8484 is #E27B7B. Grayscale: #656565. Windows color (decimal): -14842748 or 8684573. OLE color: 8684573.
HSL color Cylindrical-coordinate representation of color #1D8484: hue angle of 180º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8484 is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 132 | 132 | - |
| CMYK | 0.78 | 0 | 0 | 0.48 |
| HSL | 180º | 0.64% | 0.32% | - |
| HSV(B) | 180º | 0.78% | 0.52% | - |
| XYZ | 12.92 | 18.43 | 24.71 | - |
| YUV | 101.2 | 145.38 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 132 | 132 | 0.78 | 0 | 0 | 0.48 | 180 | 0.64 | 0.32 |
| Hex | 1D | 84 | 84 | 4E | 0 | 0 | 30 | B4 | 40 | 20 |
| Octal | 35 | 204 | 204 | 116 | 0 | 0 | 60 | 264 | 100 | 40 |
| Binary | 11101 | 10000100 | 10000100 | 1001110 | 0 | 0 | 110000 | 10110100 | 1000000 | 100000 |
Color Harmonies of #1D8484
Complementary color
Monochromatic Colors of #1D8484
Black with #1D8484
Text Example
Text Example
White with #1D8484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8484; }
p { color: rgb(29,132,132); }
H1.HeaderClassName
{
color: #1D8484;
}
.AnyTagClassName
{
color: #1D8484;
}
</style>
background-color css
<style>
a { background-color: #1D8484; }
a { background-color: rgb(29,132,132); }
div.DivClassName
{
background-color: #1D8484;
}
.BgClassName
{
background-color: #1D8484;
}
</style>
border-color css
<style>
span { border-color: #1D8484; }
span { border-color: rgb(29,132,132); }
td.TdClassName
{
border-color: #1D8484;
}
.TagClassName
{
border-color: #1D8484;
}
</style>