#42AEC0

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

Shades of Viking #42AEC0

Tints of Viking #42AEC0

Color information

#42AEC0 (or 0x42AEC0) is unknown color: approx Viking. HEX triplet: 42, AE and C0. RGB value is (66,174,192). Sum of RGB (Red+Green+Blue) = 66+174+192=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 192 - color contains mainly: blue. Hex color #42AEC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AEC0 is #BD513F. Grayscale: #8F8F8F. Windows color (decimal): -12407104 or 12627522. OLE color: 12627522.

HSL color Cylindrical-coordinate representation of color #42AEC0: hue angle of 188.57º 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 #42AEC0 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66174192-
CMYK0.660.0900.25
HSL188.57º50%50.59%-
HSV(B)188.57º65.62%75.29%-
XYZ26.935.2455.25-
YUV143.76155.2272.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.28%
GREEN value IS 174 (68.36% from 255) = 40.28%
BLUE value IS 192 (75.39% from 255) = 44.44%
R=15.28%
G=40.28%
B=44.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661741920.660.0900.25188.575050.59
Hex42AEC0429019bd3233
Octal102256300102110312756263
Binary100001010101110110000001000010100101100110111101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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