#43A2C6

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

Shades of Viking #43A2C6

Tints of Viking #43A2C6

Color information

#43A2C6 (or 0x43A2C6) is unknown color: approx Viking. HEX triplet: 43, A2 and C6. RGB value is (67,162,198). Sum of RGB (Red+Green+Blue) = 67+162+198=427 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.69% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #43A2C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43A2C6 is #BC5D39. Grayscale: #898989. Windows color (decimal): -12344634 or 13017667. OLE color: 13017667.

HSL color Cylindrical-coordinate representation of color #43A2C6: hue angle of 196.49º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43A2C6 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB67162198-
CMYK0.660.1800.22
HSL196.49º53.47%51.96%-
HSV(B)196.49º66.16%77.65%-
XYZ25.4331.1158.09-
YUV137.7162.0377.57-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.69%
GREEN value IS 162 (63.67% from 255) = 37.94%
BLUE value IS 198 (77.73% from 255) = 46.37%
R=15.69%
G=37.94%
B=46.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal671621980.660.1800.22196.4953.4751.96
Hex43A2C64212016c43534
Octal103242306102220263046564
Binary1000011101000101100011010000101001001011011000100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43A2C6; }

 p { color: rgb(67,162,198); }

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

<style>
 a { background-color: #43A2C6; }

 a { background-color: rgb(67,162,198); }

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

<style>
 span { border-color: #43A2C6; }

 span { border-color: rgb(67,162,198); }

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