#29ACBE

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

Shades of Pelorous #29ACBE

Tints of Pelorous #29ACBE

Color information

#29ACBE (or 0x29ACBE) is unknown color: approx Pelorous. HEX triplet: 29, AC and BE. RGB value is (41,172,190). Sum of RGB (Red+Green+Blue) = 41+172+190=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #29ACBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ACBE is #D65341. Grayscale: #868686. Windows color (decimal): -14046018 or 12495913. OLE color: 12495913.

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

Color convert

RGB41172190-
CMYK0.780.0900.25
HSL187.25º64.5%45.29%-
HSV(B)187.25º78.42%74.51%-
XYZ24.9633.6953.9-
YUV134.88159.161.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.17%
GREEN value IS 172 (67.58% from 255) = 42.68%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=10.17%
G=42.68%
B=47.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411721900.780.0900.25187.2564.545.29
Hex29ACBE4E9019bb412d
Octal512542761161103127310155
Binary101001101011001011111010011101001011001101110111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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