#32ACBE

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

Shades of Pelorous #32ACBE

Tints of Pelorous #32ACBE

Color information

#32ACBE (or 0x32ACBE) is unknown color: approx Pelorous. HEX triplet: 32, AC and BE. RGB value is (50,172,190). Sum of RGB (Red+Green+Blue) = 50+172+190=412 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.14% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #32ACBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ACBE is #CD5341. Grayscale: #898989. Windows color (decimal): -13456194 or 12495922. OLE color: 12495922.

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

Color convert

RGB50172190-
CMYK0.740.0900.25
HSL187.71º58.33%47.06%-
HSV(B)187.71º73.68%74.51%-
XYZ25.3633.953.92-
YUV137.57157.5865.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.14%
GREEN value IS 172 (67.58% from 255) = 41.75%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=12.14%
G=41.75%
B=46.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501721900.740.0900.25187.7158.3347.06
Hex32ACBE4A9019bc3a2f
Octal62254276112110312747257
Binary11001010101100101111101001010100101100110111100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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