#29AABA

Color #29AABA Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #29AABA

Tints of Pelorous #29AABA

Color information

#29AABA (or 0x29AABA) is unknown color: approx 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

RGB41170186-
CMYK0.780.0900.27
HSL186.62º63.88%44.51%-
HSV(B)186.62º77.96%72.94%-
XYZ24.1532.7751.51-
YUV133.25157.7662.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 10.33%
GREEN value IS 170 (66.80% from 255) = 42.82%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=10.33%
G=42.82%
B=46.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal411701860.780.0900.27186.6263.8844.51
Hex29AABA4E901Bbb402d
Octal512522721161103327310055
Binary101001101010101011101010011101001011011101110111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>