#32ACC4

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

Shades of Viking #32ACC4

Tints of Viking #32ACC4

Color information

#32ACC4 (or 0x32ACC4) is unknown color: approx Viking. HEX triplet: 32, AC and C4. RGB value is (50,172,196). Sum of RGB (Red+Green+Blue) = 50+172+196=418 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.96% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 196 - color contains mainly: blue. Hex color #32ACC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ACC4 is #CD533B. Grayscale: #8A8A8A. Windows color (decimal): -13456188 or 12889138. OLE color: 12889138.

HSL color Cylindrical-coordinate representation of color #32ACC4: hue angle of 189.86º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32ACC4 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB50172196-
CMYK0.740.1200.23
HSL189.86º59.35%48.24%-
HSV(B)189.86º74.49%76.86%-
XYZ26.0334.1757.45-
YUV138.26160.5865.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.96%
GREEN value IS 172 (67.58% from 255) = 41.15%
BLUE value IS 196 (76.95% from 255) = 46.89%
R=11.96%
G=41.15%
B=46.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal501721960.740.1200.23189.8659.3548.24
Hex32ACC44AC017be3b30
Octal62254304112140272767360
Binary11001010101100110001001001010110001011110111110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32ACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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