#29AAC5

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

Shades of Pelorous #29AAC5

Tints of Pelorous #29AAC5

Color information

#29AAC5 (or 0x29AAC5) is unknown color: approx Pelorous. HEX triplet: 29, AA and C5. RGB value is (41,170,197). Sum of RGB (Red+Green+Blue) = 41+170+197=408 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10.05% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 197 (77.34% from 255 or 48.28% from 408); Max value from RGB is 197 - color contains mainly: blue. Hex color #29AAC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AAC5 is #D6553A. Grayscale: #868686. Windows color (decimal): -14046523 or 12954153. OLE color: 12954153.

HSL color Cylindrical-coordinate representation of color #29AAC5: hue angle of 190.38º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29AAC5 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB41170197-
CMYK0.790.1400.23
HSL190.38º65.55%46.67%-
HSV(B)190.38º79.19%77.25%-
XYZ25.3733.2557.9-
YUV134.51163.2661.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.05%
GREEN value IS 170 (66.80% from 255) = 41.67%
BLUE value IS 197 (77.34% from 255) = 48.28%
R=10.05%
G=41.67%
B=48.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal411701970.790.1400.23190.3865.5546.67
Hex29AAC54FE017be422f
Octal512523051171602727610257
Binary101001101010101100010110011111110010111101111101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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