#29ACBF

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

Shades of Pelorous #29ACBF

Tints of Pelorous #29ACBF

Color information

#29ACBF (or 0x29ACBF) is unknown color: approx Pelorous. HEX triplet: 29, AC and BF. RGB value is (41,172,191). Sum of RGB (Red+Green+Blue) = 41+172+191=404 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.15% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #29ACBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ACBF is #D65340. Grayscale: #868686. Windows color (decimal): -14046017 or 12561449. OLE color: 12561449.

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

Color convert

RGB41172191-
CMYK0.790.1000.25
HSL187.6º64.66%45.49%-
HSV(B)187.6º78.53%74.9%-
XYZ25.0733.7454.48-
YUV135159.660.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.15%
GREEN value IS 172 (67.58% from 255) = 42.57%
BLUE value IS 191 (75% from 255) = 47.28%
R=10.15%
G=42.57%
B=47.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411721910.790.1000.25187.664.6645.49
Hex29ACBF4FA019bc412d
Octal512542771171203127410155
Binary101001101011001011111110011111010011001101111001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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