#42A8C0

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

Shades of Viking #42A8C0

Tints of Viking #42A8C0

Color information

#42A8C0 (or 0x42A8C0) is unknown color: approx Viking. HEX triplet: 42, A8 and C0. RGB value is (66,168,192). Sum of RGB (Red+Green+Blue) = 66+168+192=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #42A8C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A8C0 is #BD573F. Grayscale: #8C8C8C. Windows color (decimal): -12408640 or 12625986. OLE color: 12625986.

HSL color Cylindrical-coordinate representation of color #42A8C0: hue angle of 191.43º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42A8C0 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66168192-
CMYK0.660.1200.25
HSL191.43º50%50.59%-
HSV(B)191.43º65.62%75.29%-
XYZ25.7632.9754.87-
YUV140.24157.2175.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.49%
GREEN value IS 168 (66.02% from 255) = 39.44%
BLUE value IS 192 (75.39% from 255) = 45.07%
R=15.49%
G=39.44%
B=45.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661681920.660.1200.25191.435050.59
Hex42A8C042C019bf3233
Octal102250300102140312776263
Binary100001010101000110000001000010110001100110111111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,168,192); }

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

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

 a { background-color: rgb(66,168,192); }

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

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

 span { border-color: rgb(66,168,192); }

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