#42AEAD

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

Shades of Viking #42AEAD

Tints of Viking #42AEAD

Color information

#42AEAD (or 0x42AEAD) is unknown color: approx Viking. HEX triplet: 42, AE and AD. RGB value is (66,174,173). Sum of RGB (Red+Green+Blue) = 66+174+173=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #42AEAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AEAD is #BD5152. Grayscale: #8D8D8D. Windows color (decimal): -12407123 or 11382338. OLE color: 11382338.

HSL color Cylindrical-coordinate representation of color #42AEAD: hue angle of 179.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AEAD is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB66174173-
CMYK0.6200.010.32
HSL179.44º45%47.06%-
HSV(B)179.44º62.07%68.24%-
XYZ24.9334.4544.87-
YUV141.59145.7274.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.98%
GREEN value IS 174 (68.36% from 255) = 42.13%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=15.98%
G=42.13%
B=41.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661741730.6200.010.32179.444547.06
Hex42AEAD3E0120b32d2f
Octal1022562557601402635557
Binary100001010101110101011011111100110000010110011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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