#29A3AA

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

Shades of Pelorous #29A3AA

Tints of Pelorous #29A3AA

Color information

#29A3AA (or 0x29A3AA) is unknown color: approx Pelorous. HEX triplet: 29, A3 and AA. RGB value is (41,163,170). Sum of RGB (Red+Green+Blue) = 41+163+170=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #29A3AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A3AA is #D65C55. Grayscale: #7F7F7F. Windows color (decimal): -14048342 or 11182889. OLE color: 11182889.

HSL color Cylindrical-coordinate representation of color #29A3AA: hue angle of 183.26º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29A3AA is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB41163170-
CMYK0.760.0400.33
HSL183.26º61.14%41.37%-
HSV(B)183.26º75.88%66.67%-
XYZ21.2729.5742.62-
YUV127.32152.0866.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.96%
GREEN value IS 163 (64.06% from 255) = 43.58%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=10.96%
G=43.58%
B=45.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411631700.760.0400.33183.2661.1441.37
Hex29A3AA4C4021b73d29
Octal5124325211440412677551
Binary10100110100011101010101001100100010000110110111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,163,170); }

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

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

 a { background-color: rgb(41,163,170); }

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

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

 span { border-color: rgb(41,163,170); }

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