Shades of Atoll #29787A
Tints of Atoll #29787A
RGB
CMYK
RGB Variations
Color information
#29787A (or 0x29787A) is known color: Atoll. HEX triplet: 29, 78 and 7A. RGB value is (41,120,122). Sum of RGB (Red+Green+Blue) = 41+120+122=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 122 - color contains mainly: blue. Hex color #29787A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29787A is #D68785. Grayscale: #606060. Windows color (decimal): -14059398 or 8026153. OLE color: 8026153.
HSL color Cylindrical-coordinate representation of color #29787A: hue angle of 181.48º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29787A is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 120 | 122 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.52 |
| HSL | 181.48º | 0.5% | 0.32% | - |
| HSV(B) | 181.48º | 0.66% | 0.48% | - |
| XYZ | 11.14 | 15.31 | 20.78 | - |
| YUV | 96.61 | 142.33 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 120 | 122 | 0.66 | 0.02 | 0 | 0.52 | 181.48 | 0.5 | 0.32 |
| Hex | 29 | 78 | 7A | 42 | 2 | 0 | 34 | B5 | 32 | 20 |
| Octal | 51 | 170 | 172 | 102 | 2 | 0 | 64 | 265 | 62 | 40 |
| Binary | 101001 | 1111000 | 1111010 | 1000010 | 10 | 0 | 110100 | 10110101 | 110010 | 100000 |
Color Harmonies of #29787A
Complementary color
Monochromatic Colors of #29787A
Black with #29787A
Text Example
Text Example
White with #29787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29787A; }
p { color: rgb(41,120,122); }
H1.HeaderClassName
{
color: #29787A;
}
.AnyTagClassName
{
color: #29787A;
}
</style>
background-color css
<style>
a { background-color: #29787A; }
a { background-color: rgb(41,120,122); }
div.DivClassName
{
background-color: #29787A;
}
.BgClassName
{
background-color: #29787A;
}
</style>
border-color css
<style>
span { border-color: #29787A; }
span { border-color: rgb(41,120,122); }
td.TdClassName
{
border-color: #29787A;
}
.TagClassName
{
border-color: #29787A;
}
</style>