Html Css Color HEX #32ACC0 Pelorous

📋 copy color: '#32ACC0'

red 50 ◦ green 172 ◦ blue 192

#32ACC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #32ACC0

Tints of Pelorous #32ACC0

RGB

 RED value IS 50 (19.92% from 255) = 12.08%

 GREEN value IS 172 (67.58% from 255) = 41.55%

 BLUE value IS 192 (75.39% from 255) = 46.38%

R = 12.08%
G = 41.55%
B = 46.38%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#32ACC0 (or 0x32ACC0) is known color: Pelorous. HEX triplet: 32, AC and C0. RGB value is (50,172,192). Sum of RGB (Red+Green+Blue) = 50+172+192=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #32ACC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ACC0 is #CD533F. Grayscale: #898989. Windows color (decimal): -13456192 or 12626994. OLE color: 12626994.

HSL color Cylindrical-coordinate representation of color #32ACC0: hue angle of 188.45º degrees, saturation: 0.59, 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 #32ACC0 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 172 192 -
CMYK 0.74 0.10 0 0.25
HSL 188.45º 0.59% 0.47% -
HSV(B) 188.45º 0.74% 0.75% -
XYZ 25.58 33.99 55.08 -
YUV 137.8 158.58 65.37 -
System Red Green Blue C M Y K H S L
Decimal 50 172 192 0.74 0.10 0 0.25 188.45 0.59 0.47
Hex 32 AC C0 4A A 0 19 BC 3B 2F
Octal 62 254 300 112 12 0 31 274 73 57
Binary 110010 10101100 11000000 1001010 1010 0 11001 10111100 111011 101111

Color Harmonies of #32ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ACC0

Black with #32ACC0

Text Example


Text Example

White with #32ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32ACC0;
 }
 .AnyTagClassName
 {
   color: #32ACC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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