Shades of Pelorous #29A1BE
Tints of Pelorous #29A1BE
RGB
CMYK
RGB Variations
Color information
#29A1BE (or 0x29A1BE) is known color: Pelorous. HEX triplet: 29, A1 and BE. RGB value is (41,161,190). Sum of RGB (Red+Green+Blue) = 41+161+190=392 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.46% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #29A1BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A1BE is #D65E41. Grayscale: #808080. Windows color (decimal): -14048834 or 12493097. OLE color: 12493097.
HSL color Cylindrical-coordinate representation of color #29A1BE: hue angle of 191.68º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29A1BE is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 161 | 190 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.25 |
| HSL | 191.68º | 0.65% | 0.45% | - |
| HSV(B) | 191.68º | 0.78% | 0.75% | - |
| XYZ | 22.95 | 29.68 | 53.23 | - |
| YUV | 128.43 | 162.74 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 161 | 190 | 0.78 | 0.15 | 0 | 0.25 | 191.68 | 0.65 | 0.45 |
| Hex | 29 | A1 | BE | 4E | F | 0 | 19 | C0 | 41 | 2D |
| Octal | 51 | 241 | 276 | 116 | 17 | 0 | 31 | 300 | 101 | 55 |
| Binary | 101001 | 10100001 | 10111110 | 1001110 | 1111 | 0 | 11001 | 11000000 | 1000001 | 101101 |
Color Harmonies of #29A1BE
Complementary color
Monochromatic Colors of #29A1BE
Black with #29A1BE
Text Example
Text Example
White with #29A1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A1BE; }
p { color: rgb(41,161,190); }
H1.HeaderClassName
{
color: #29A1BE;
}
.AnyTagClassName
{
color: #29A1BE;
}
</style>
background-color css
<style>
a { background-color: #29A1BE; }
a { background-color: rgb(41,161,190); }
div.DivClassName
{
background-color: #29A1BE;
}
.BgClassName
{
background-color: #29A1BE;
}
</style>
border-color css
<style>
span { border-color: #29A1BE; }
span { border-color: rgb(41,161,190); }
td.TdClassName
{
border-color: #29A1BE;
}
.TagClassName
{
border-color: #29A1BE;
}
</style>