#43A4C6

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

Shades of Viking #43A4C6

Tints of Viking #43A4C6

Color information

#43A4C6 (or 0x43A4C6) is unknown color: approx Viking. HEX triplet: 43, A4 and C6. RGB value is (67,164,198). Sum of RGB (Red+Green+Blue) = 67+164+198=429 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.62% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 198 (77.73% from 255 or 46.15% from 429); Max value from RGB is 198 - color contains mainly: blue. Hex color #43A4C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43A4C6 is #BC5B39. Grayscale: #8A8A8A. Windows color (decimal): -12344122 or 13018179. OLE color: 13018179.

HSL color Cylindrical-coordinate representation of color #43A4C6: hue angle of 195.57º 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 #43A4C6 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB67164198-
CMYK0.660.1700.22
HSL195.57º53.47%51.96%-
HSV(B)195.57º66.16%77.65%-
XYZ25.7831.8258.21-
YUV138.87161.3676.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.62%
GREEN value IS 164 (64.45% from 255) = 38.23%
BLUE value IS 198 (77.73% from 255) = 46.15%
R=15.62%
G=38.23%
B=46.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal671641980.660.1700.22195.5753.4751.96
Hex43A4C64211016c43534
Octal103244306102210263046564
Binary1000011101001001100011010000101000101011011000100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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