Shades of Atoll #29868A
Tints of Atoll #29868A
RGB
CMYK
RGB Variations
Color information
#29868A (or 0x29868A) is known color: Atoll. HEX triplet: 29, 86 and 8A. RGB value is (41,134,138). Sum of RGB (Red+Green+Blue) = 41+134+138=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #29868A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29868A is #D67975. Grayscale: #6A6A6A. Windows color (decimal): -14055798 or 9078313. OLE color: 9078313.
HSL color Cylindrical-coordinate representation of color #29868A: hue angle of 182.47º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29868A is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 134 | 138 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.46 |
| HSL | 182.47º | 0.54% | 0.35% | - |
| HSV(B) | 182.47º | 0.7% | 0.54% | - |
| XYZ | 14.03 | 19.36 | 27.04 | - |
| YUV | 106.65 | 145.69 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 134 | 138 | 0.70 | 0.03 | 0 | 0.46 | 182.47 | 0.54 | 0.35 |
| Hex | 29 | 86 | 8A | 46 | 3 | 0 | 2E | B6 | 36 | 23 |
| Octal | 51 | 206 | 212 | 106 | 3 | 0 | 56 | 266 | 66 | 43 |
| Binary | 101001 | 10000110 | 10001010 | 1000110 | 11 | 0 | 101110 | 10110110 | 110110 | 100011 |
Color Harmonies of #29868A
Complementary color
Monochromatic Colors of #29868A
Black with #29868A
Text Example
Text Example
White with #29868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29868A; }
p { color: rgb(41,134,138); }
H1.HeaderClassName
{
color: #29868A;
}
.AnyTagClassName
{
color: #29868A;
}
</style>
background-color css
<style>
a { background-color: #29868A; }
a { background-color: rgb(41,134,138); }
div.DivClassName
{
background-color: #29868A;
}
.BgClassName
{
background-color: #29868A;
}
</style>
border-color css
<style>
span { border-color: #29868A; }
span { border-color: rgb(41,134,138); }
td.TdClassName
{
border-color: #29868A;
}
.TagClassName
{
border-color: #29868A;
}
</style>