#43A8B3

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

Shades of Viking #43A8B3

Tints of Viking #43A8B3

Color information

#43A8B3 (or 0x43A8B3) is unknown color: approx Viking. HEX triplet: 43, A8 and B3. RGB value is (67,168,179). Sum of RGB (Red+Green+Blue) = 67+168+179=414 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.18% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 179 - color contains mainly: blue. Hex color #43A8B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43A8B3 is #BC574C. Grayscale: #8A8A8A. Windows color (decimal): -12343117 or 11774019. OLE color: 11774019.

HSL color Cylindrical-coordinate representation of color #43A8B3: hue angle of 185.89º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43A8B3 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB67168179-
CMYK0.630.0600.30
HSL185.89º45.53%48.24%-
HSV(B)185.89º62.57%70.2%-
XYZ24.4532.4547.62-
YUV139.06150.5476.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.18%
GREEN value IS 168 (66.02% from 255) = 40.58%
BLUE value IS 179 (70.31% from 255) = 43.24%
R=16.18%
G=40.58%
B=43.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal671681790.630.0600.30185.8945.5348.24
Hex43A8B33F601Eba2e30
Octal1032502637760362725660
Binary1000011101010001011001111111111001111010111010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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