Shades of Pelorous #29A0A8
Tints of Pelorous #29A0A8
RGB
CMYK
RGB Variations
Color information
#29A0A8 (or 0x29A0A8) is known color: Pelorous. HEX triplet: 29, A0 and A8. RGB value is (41,160,168). Sum of RGB (Red+Green+Blue) = 41+160+168=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 168 (66.02% from 255 or 45.53% from 369); Max value from RGB is 168 - color contains mainly: blue. Hex color #29A0A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A0A8 is #D65F57. Grayscale: #7D7D7D. Windows color (decimal): -14049112 or 11051049. OLE color: 11051049.
HSL color Cylindrical-coordinate representation of color #29A0A8: hue angle of 183.78º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29A0A8 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 160 | 168 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.34 |
| HSL | 183.78º | 0.61% | 0.41% | - |
| HSV(B) | 183.78º | 0.76% | 0.66% | - |
| XYZ | 20.55 | 28.44 | 41.45 | - |
| YUV | 125.33 | 152.08 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 160 | 168 | 0.76 | 0.05 | 0 | 0.34 | 183.78 | 0.61 | 0.41 |
| Hex | 29 | A0 | A8 | 4C | 5 | 0 | 22 | B8 | 3D | 29 |
| Octal | 51 | 240 | 250 | 114 | 5 | 0 | 42 | 270 | 75 | 51 |
| Binary | 101001 | 10100000 | 10101000 | 1001100 | 101 | 0 | 100010 | 10111000 | 111101 | 101001 |
Color Harmonies of #29A0A8
Complementary color
Monochromatic Colors of #29A0A8
Black with #29A0A8
Text Example
Text Example
White with #29A0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A0A8; }
p { color: rgb(41,160,168); }
H1.HeaderClassName
{
color: #29A0A8;
}
.AnyTagClassName
{
color: #29A0A8;
}
</style>
background-color css
<style>
a { background-color: #29A0A8; }
a { background-color: rgb(41,160,168); }
div.DivClassName
{
background-color: #29A0A8;
}
.BgClassName
{
background-color: #29A0A8;
}
</style>
border-color css
<style>
span { border-color: #29A0A8; }
span { border-color: rgb(41,160,168); }
td.TdClassName
{
border-color: #29A0A8;
}
.TagClassName
{
border-color: #29A0A8;
}
</style>