#32AABA

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

Shades of Pelorous #32AABA

Tints of Pelorous #32AABA

Color information

#32AABA (or 0x32AABA) is unknown color: approx Pelorous. HEX triplet: 32, AA and BA. RGB value is (50,170,186). Sum of RGB (Red+Green+Blue) = 50+170+186=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #32AABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AABA is #CD5545. Grayscale: #878787. Windows color (decimal): -13456710 or 12233266. OLE color: 12233266.

HSL color Cylindrical-coordinate representation of color #32AABA: hue angle of 187.06º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32AABA is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB50170186-
CMYK0.730.0900.27
HSL187.06º57.63%46.27%-
HSV(B)187.06º73.12%72.94%-
XYZ24.5532.9751.52-
YUV135.94156.2466.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.32%
GREEN value IS 170 (66.80% from 255) = 41.87%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=12.32%
G=41.87%
B=45.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501701860.730.0900.27187.0657.6346.27
Hex32AABA49901Bbb3a2e
Octal62252272111110332737256
Binary11001010101010101110101001001100101101110111011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32AABA; }

 p { color: rgb(50,170,186); }

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

<style>
 a { background-color: #32AABA; }

 a { background-color: rgb(50,170,186); }

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

<style>
 span { border-color: #32AABA; }

 span { border-color: rgb(50,170,186); }

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