#42ACAE

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

Shades of Viking #42ACAE

Tints of Viking #42ACAE

Color information

#42ACAE (or 0x42ACAE) is unknown color: approx Viking. HEX triplet: 42, AC and AE. RGB value is (66,172,174). Sum of RGB (Red+Green+Blue) = 66+172+174=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #42ACAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42ACAE is #BD5351. Grayscale: #8C8C8C. Windows color (decimal): -12407634 or 11447362. OLE color: 11447362.

HSL color Cylindrical-coordinate representation of color #42ACAE: hue angle of 181.11º 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 #42ACAE is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB66172174-
CMYK0.620.0100.32
HSL181.11º45%47.06%-
HSV(B)181.11º62.07%68.24%-
XYZ24.6433.7245.25-
YUV140.53146.8874.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.02%
GREEN value IS 172 (67.58% from 255) = 41.75%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=16.02%
G=41.75%
B=42.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661721740.620.0100.32181.114547.06
Hex42ACAE3E1020b52d2f
Octal1022542567610402655557
Binary100001010101100101011101111101010000010110101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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