#42ACCA

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

Shades of Viking #42ACCA

Tints of Viking #42ACCA

Color information

#42ACCA (or 0x42ACCA) is unknown color: approx Viking. HEX triplet: 42, AC and CA. RGB value is (66,172,202). Sum of RGB (Red+Green+Blue) = 66+172+202=440 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #42ACCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ACCA is #BD5335. Grayscale: #8F8F8F. Windows color (decimal): -12407606 or 13282370. OLE color: 13282370.

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

Color convert

RGB66172202-
CMYK0.670.1500.21
HSL193.24º56.2%52.55%-
HSV(B)193.24º67.33%79.22%-
XYZ27.6634.9361.16-
YUV143.73160.8872.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15%
GREEN value IS 172 (67.58% from 255) = 39.09%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=15%
G=39.09%
B=45.91%

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
Decimal661722020.670.1500.21193.2456.252.55
Hex42ACCA43F015c13835
Octal102254312103170253017065
Binary100001010101100110010101000011111101010111000001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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