Shades of Atoll #1D8084
Tints of Atoll #1D8084
RGB
CMYK
RGB Variations
Color information
#1D8084 (or 0x1D8084) is known color: Atoll. HEX triplet: 1D, 80 and 84. RGB value is (29,128,132). Sum of RGB (Red+Green+Blue) = 29+128+132=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #1D8084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8084 is #E27F7B. Grayscale: #626262. Windows color (decimal): -14843772 or 8683549. OLE color: 8683549.
HSL color Cylindrical-coordinate representation of color #1D8084: hue angle of 182.33º 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 #1D8084 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 128 | 132 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.48 |
| HSL | 182.33º | 0.64% | 0.32% | - |
| HSV(B) | 182.33º | 0.78% | 0.52% | - |
| XYZ | 12.39 | 17.37 | 24.53 | - |
| YUV | 98.86 | 146.7 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 128 | 132 | 0.78 | 0.03 | 0 | 0.48 | 182.33 | 0.64 | 0.32 |
| Hex | 1D | 80 | 84 | 4E | 3 | 0 | 30 | B6 | 40 | 20 |
| Octal | 35 | 200 | 204 | 116 | 3 | 0 | 60 | 266 | 100 | 40 |
| Binary | 11101 | 10000000 | 10000100 | 1001110 | 11 | 0 | 110000 | 10110110 | 1000000 | 100000 |
Color Harmonies of #1D8084
Complementary color
Monochromatic Colors of #1D8084
Black with #1D8084
Text Example
Text Example
White with #1D8084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8084; }
p { color: rgb(29,128,132); }
H1.HeaderClassName
{
color: #1D8084;
}
.AnyTagClassName
{
color: #1D8084;
}
</style>
background-color css
<style>
a { background-color: #1D8084; }
a { background-color: rgb(29,128,132); }
div.DivClassName
{
background-color: #1D8084;
}
.BgClassName
{
background-color: #1D8084;
}
</style>
border-color css
<style>
span { border-color: #1D8084; }
span { border-color: rgb(29,128,132); }
td.TdClassName
{
border-color: #1D8084;
}
.TagClassName
{
border-color: #1D8084;
}
</style>