#29A0AE

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

Shades of Pelorous #29A0AE

Tints of Pelorous #29A0AE

Color information

#29A0AE (or 0x29A0AE) is unknown color: approx Pelorous. HEX triplet: 29, A0 and AE. RGB value is (41,160,174). Sum of RGB (Red+Green+Blue) = 41+160+174=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #29A0AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A0AE is #D65F51. Grayscale: #7D7D7D. Windows color (decimal): -14049106 or 11444265. OLE color: 11444265.

HSL color Cylindrical-coordinate representation of color #29A0AE: hue angle of 186.32º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29A0AE is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB41160174-
CMYK0.760.0800.32
HSL186.32º61.86%42.16%-
HSV(B)186.32º76.44%68.24%-
XYZ21.1328.6744.46-
YUV126.01155.0867.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.93%
GREEN value IS 160 (62.89% from 255) = 42.67%
BLUE value IS 174 (68.36% from 255) = 46.4%
R=10.93%
G=42.67%
B=46.4%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal411601740.760.0800.32186.3261.8642.16
Hex29A0AE4C8020ba3e2a
Octal51240256114100402727652
Binary101001101000001010111010011001000010000010111010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29A0AE; }

 p { color: rgb(41,160,174); }

 H1.HeaderClassName
 {
   color: #29A0AE;
 }
 .AnyTagClassName
 {
   color: #29A0AE;
 }
</style>
background-color css

<style>
 a { background-color: #29A0AE; }

 a { background-color: rgb(41,160,174); }

 div.DivClassName
 {
   background-color: #29A0AE;
 }
 .BgClassName
 {
   background-color: #29A0AE;
 }
</style>
border-color css

<style>
 span { border-color: #29A0AE; }

 span { border-color: rgb(41,160,174); }

 td.TdClassName
 {
   border-color: #29A0AE;
 }
 .TagClassName
 {
   border-color: #29A0AE;
 }
</style>