#29A0AC

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

Shades of Pelorous #29A0AC

Tints of Pelorous #29A0AC

Color information

#29A0AC (or 0x29A0AC) is unknown color: approx Pelorous. HEX triplet: 29, A0 and AC. RGB value is (41,160,172). Sum of RGB (Red+Green+Blue) = 41+160+172=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #29A0AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A0AC is #D65F53. Grayscale: #7D7D7D. Windows color (decimal): -14049108 or 11313193. OLE color: 11313193.

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

Color convert

RGB41160172-
CMYK0.760.0700.33
HSL185.5º61.5%41.76%-
HSV(B)185.5º76.16%67.45%-
XYZ20.9328.5943.45-
YUV125.79154.0867.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.99%
GREEN value IS 160 (62.89% from 255) = 42.90%
BLUE value IS 172 (67.58% from 255) = 46.11%
R=10.99%
G=42.90%
B=46.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411601720.760.0700.33185.561.541.76
Hex29A0AC4C7021b93e2a
Octal5124025411470412717652
Binary10100110100000101011001001100111010000110111001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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