#32AAB5

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

Shades of Pelorous #32AAB5

Tints of Pelorous #32AAB5

Color information

#32AAB5 (or 0x32AAB5) is unknown color: approx Pelorous. HEX triplet: 32, AA and B5. RGB value is (50,170,181). Sum of RGB (Red+Green+Blue) = 50+170+181=401 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.47% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 181 - color contains mainly: blue. Hex color #32AAB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AAB5 is #CD554A. Grayscale: #878787. Windows color (decimal): -13456715 or 11905586. OLE color: 11905586.

HSL color Cylindrical-coordinate representation of color #32AAB5: hue angle of 185.04º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32AAB5 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB50170181-
CMYK0.720.0600.29
HSL185.04º56.71%45.29%-
HSV(B)185.04º72.38%70.98%-
XYZ24.0332.7648.77-
YUV135.37153.7467.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.47%
GREEN value IS 170 (66.80% from 255) = 42.39%
BLUE value IS 181 (71.09% from 255) = 45.14%
R=12.47%
G=42.39%
B=45.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal501701810.720.0600.29185.0456.7145.29
Hex32AAB548601Db9392d
Octal6225226511060352717155
Binary1100101010101010110101100100011001110110111001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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