#29ACBD

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

Shades of Pelorous #29ACBD

Tints of Pelorous #29ACBD

Color information

#29ACBD (or 0x29ACBD) is unknown color: approx Pelorous. HEX triplet: 29, AC and BD. RGB value is (41,172,189). Sum of RGB (Red+Green+Blue) = 41+172+189=402 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.20% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #29ACBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ACBD is #D65342. Grayscale: #868686. Windows color (decimal): -14046019 or 12430377. OLE color: 12430377.

HSL color Cylindrical-coordinate representation of color #29ACBD: hue angle of 186.89º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29ACBD is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB41172189-
CMYK0.780.0900.26
HSL186.89º64.35%45.1%-
HSV(B)186.89º78.31%74.12%-
XYZ24.8533.6553.33-
YUV134.77158.661.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.20%
GREEN value IS 172 (67.58% from 255) = 42.79%
BLUE value IS 189 (74.22% from 255) = 47.01%
R=10.20%
G=42.79%
B=47.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal411721890.780.0900.26186.8964.3545.1
Hex29ACBD4E901Abb402d
Octal512542751161103227310055
Binary101001101011001011110110011101001011010101110111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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