#32ADB8

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

Shades of Pelorous #32ADB8

Tints of Pelorous #32ADB8

Color information

#32ADB8 (or 0x32ADB8) is unknown color: approx Pelorous. HEX triplet: 32, AD and B8. RGB value is (50,173,184). Sum of RGB (Red+Green+Blue) = 50+173+184=407 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.29% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 184 - color contains mainly: blue. Hex color #32ADB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ADB8 is #CD5247. Grayscale: #898989. Windows color (decimal): -13455944 or 12102962. OLE color: 12102962.

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

Color convert

RGB50173184-
CMYK0.730.0600.28
HSL184.93º57.26%45.88%-
HSV(B)184.93º72.83%72.16%-
XYZ24.9134.0350.6-
YUV137.48154.2565.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.29%
GREEN value IS 173 (67.97% from 255) = 42.51%
BLUE value IS 184 (72.27% from 255) = 45.21%
R=12.29%
G=42.51%
B=45.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal501731840.730.0600.28184.9357.2645.88
Hex32ADB849601Cb9392e
Octal6225527011160342717156
Binary1100101010110110111000100100111001110010111001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32ADB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,173,184); }

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

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

 a { background-color: rgb(50,173,184); }

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

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

 span { border-color: rgb(50,173,184); }

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