Shades of Pelorous #29AABA
Tints of Pelorous #29AABA
RGB
CMYK
RGB Variations
Color information
#29AABA (or 0x29AABA) is known color: Pelorous. HEX triplet: 29, AA and BA. RGB value is (41,170,186). Sum of RGB (Red+Green+Blue) = 41+170+186=397 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.33% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #29AABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AABA is #D65545. Grayscale: #858585. Windows color (decimal): -14046534 or 12233257. OLE color: 12233257.
HSL color Cylindrical-coordinate representation of color #29AABA: hue angle of 186.62º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29AABA is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 170 | 186 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.27 |
| HSL | 186.62º | 0.64% | 0.45% | - |
| HSV(B) | 186.62º | 0.78% | 0.73% | - |
| XYZ | 24.15 | 32.77 | 51.51 | - |
| YUV | 133.25 | 157.76 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 170 | 186 | 0.78 | 0.09 | 0 | 0.27 | 186.62 | 0.64 | 0.45 |
| Hex | 29 | AA | BA | 4E | 9 | 0 | 1B | BB | 40 | 2D |
| Octal | 51 | 252 | 272 | 116 | 11 | 0 | 33 | 273 | 100 | 55 |
| Binary | 101001 | 10101010 | 10111010 | 1001110 | 1001 | 0 | 11011 | 10111011 | 1000000 | 101101 |
Color Harmonies of #29AABA
Complementary color
Monochromatic Colors of #29AABA
Black with #29AABA
Text Example
Text Example
White with #29AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AABA; }
p { color: rgb(41,170,186); }
H1.HeaderClassName
{
color: #29AABA;
}
.AnyTagClassName
{
color: #29AABA;
}
</style>
background-color css
<style>
a { background-color: #29AABA; }
a { background-color: rgb(41,170,186); }
div.DivClassName
{
background-color: #29AABA;
}
.BgClassName
{
background-color: #29AABA;
}
</style>
border-color css
<style>
span { border-color: #29AABA; }
span { border-color: rgb(41,170,186); }
td.TdClassName
{
border-color: #29AABA;
}
.TagClassName
{
border-color: #29AABA;
}
</style>