#42AAC9

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

Shades of Viking #42AAC9

Tints of Viking #42AAC9

Color information

#42AAC9 (or 0x42AAC9) is unknown color: approx Viking. HEX triplet: 42, AA and C9. RGB value is (66,170,201). Sum of RGB (Red+Green+Blue) = 66+170+201=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 201 - color contains mainly: blue. Hex color #42AAC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AAC9 is #BD5536. Grayscale: #8E8E8E. Windows color (decimal): -12408119 or 13216322. OLE color: 13216322.

HSL color Cylindrical-coordinate representation of color #42AAC9: hue angle of 193.78º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42AAC9 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB66170201-
CMYK0.670.1500.21
HSL193.78º55.56%52.35%-
HSV(B)193.78º67.16%78.82%-
XYZ27.1634.1260.41-
YUV142.44161.0473.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.10%
GREEN value IS 170 (66.80% from 255) = 38.90%
BLUE value IS 201 (78.91% from 255) = 46.00%
R=15.10%
G=38.90%
B=46.00%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal661702010.670.1500.21193.7855.5652.35
Hex42AAC943F015c23834
Octal102252311103170253027064
Binary100001010101010110010011000011111101010111000010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,170,201); }

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

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

 a { background-color: rgb(66,170,201); }

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

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

 span { border-color: rgb(66,170,201); }

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