#42ACC5

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

Shades of Viking #42ACC5

Tints of Viking #42ACC5

Color information

#42ACC5 (or 0x42ACC5) is unknown color: approx Viking. HEX triplet: 42, AC and C5. RGB value is (66,172,197). Sum of RGB (Red+Green+Blue) = 66+172+197=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 197 (77.34% from 255 or 45.29% from 435); Max value from RGB is 197 - color contains mainly: blue. Hex color #42ACC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ACC5 is #BD533A. Grayscale: #8E8E8E. Windows color (decimal): -12407611 or 12954690. OLE color: 12954690.

HSL color Cylindrical-coordinate representation of color #42ACC5: hue angle of 191.45º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42ACC5 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB66172197-
CMYK0.660.1300.23
HSL191.45º53.04%51.57%-
HSV(B)191.45º66.5%77.25%-
XYZ27.0834.6958.09-
YUV143.16158.3872.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.17%
GREEN value IS 172 (67.58% from 255) = 39.54%
BLUE value IS 197 (77.34% from 255) = 45.29%
R=15.17%
G=39.54%
B=45.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal661721970.660.1300.23191.4553.0451.57
Hex42ACC542D017bf3534
Octal102254305102150272776564
Binary100001010101100110001011000010110101011110111111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42ACC5; }

 p { color: rgb(66,172,197); }

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

<style>
 a { background-color: #42ACC5; }

 a { background-color: rgb(66,172,197); }

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

<style>
 span { border-color: #42ACC5; }

 span { border-color: rgb(66,172,197); }

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