#43B3C6

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

Shades of Viking #43B3C6

Tints of Viking #43B3C6

Color information

#43B3C6 (or 0x43B3C6) is unknown color: approx Viking. HEX triplet: 43, B3 and C6. RGB value is (67,179,198). Sum of RGB (Red+Green+Blue) = 67+179+198=444 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.09% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 198 - color contains mainly: blue. Hex color #43B3C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43B3C6 is #BC4C39. Grayscale: #939393. Windows color (decimal): -12340282 or 13022019. OLE color: 13022019.

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

Color convert

RGB67179198-
CMYK0.660.1000.22
HSL188.7º53.47%51.96%-
HSV(B)188.7º66.16%77.65%-
XYZ28.6337.5159.16-
YUV147.68156.3970.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.09%
GREEN value IS 179 (70.31% from 255) = 40.32%
BLUE value IS 198 (77.73% from 255) = 44.59%
R=15.09%
G=40.32%
B=44.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal671791980.660.1000.22188.753.4751.96
Hex43B3C642A016bd3534
Octal103263306102120262756564
Binary100001110110011110001101000010101001011010111101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43B3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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