Shades of Atoll #29686C
Tints of Atoll #29686C
RGB
CMYK
RGB Variations
Color information
#29686C (or 0x29686C) is known color: Atoll. HEX triplet: 29, 68 and 6C. RGB value is (41,104,108). Sum of RGB (Red+Green+Blue) = 41+104+108=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #29686C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29686C is #D69793. Grayscale: #555555. Windows color (decimal): -14063508 or 7104553. OLE color: 7104553.
HSL color Cylindrical-coordinate representation of color #29686C: hue angle of 183.58º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29686C is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 104 | 108 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.58 |
| HSL | 183.58º | 0.45% | 0.29% | - |
| HSV(B) | 183.58º | 0.62% | 0.42% | - |
| XYZ | 8.57 | 11.45 | 15.95 | - |
| YUV | 85.62 | 140.63 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 104 | 108 | 0.62 | 0.04 | 0 | 0.58 | 183.58 | 0.45 | 0.29 |
| Hex | 29 | 68 | 6C | 3E | 4 | 0 | 3A | B8 | 2D | 1D |
| Octal | 51 | 150 | 154 | 76 | 4 | 0 | 72 | 270 | 55 | 35 |
| Binary | 101001 | 1101000 | 1101100 | 111110 | 100 | 0 | 111010 | 10111000 | 101101 | 11101 |
Color Harmonies of #29686C
Complementary color
Monochromatic Colors of #29686C
Black with #29686C
Text Example
Text Example
White with #29686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29686C; }
p { color: rgb(41,104,108); }
H1.HeaderClassName
{
color: #29686C;
}
.AnyTagClassName
{
color: #29686C;
}
</style>
background-color css
<style>
a { background-color: #29686C; }
a { background-color: rgb(41,104,108); }
div.DivClassName
{
background-color: #29686C;
}
.BgClassName
{
background-color: #29686C;
}
</style>
border-color css
<style>
span { border-color: #29686C; }
span { border-color: rgb(41,104,108); }
td.TdClassName
{
border-color: #29686C;
}
.TagClassName
{
border-color: #29686C;
}
</style>