#43a5b9

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

Shades of Viking #43A5B9

Tints of Viking #43A5B9

Color information

#43A5B9 (or 0x43A5B9) is unknown color: approx Viking. HEX triplet: 43, A5 and B9. RGB value is (67,165,185). Sum of RGB (Red+Green+Blue) = 67+165+185=417 (55% of max value = 765). Red value is 67 (26.56% from 255 or 16.07% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 185 - color contains mainly: blue. Hex color #43A5B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43A5B9 is #BC5A46. Grayscale: #898989. Windows color (decimal): -12343879 or 12166467. OLE color: 12166467.

HSL color Cylindrical-coordinate representation of color #43A5B9: hue angle of 190.17º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43A5B9 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB67165185-
CMYK0.640.1100.27
HSL190.17º46.83%49.41%-
HSV(B)190.17º63.78%72.55%-
XYZ24.5331.6150.71-
YUV137.98154.5377.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.07%
GREEN value IS 165 (64.84% from 255) = 39.57%
BLUE value IS 185 (72.66% from 255) = 44.36%
R=16.07%
G=39.57%
B=44.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal671651850.640.1100.27190.1746.8349.41
Hex43A5B940B01Bbe2f31
Octal103245271100130332765761
Binary100001110100101101110011000000101101101110111110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43a5b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,165,185); }

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

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

 a { background-color: rgb(67,165,185); }

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

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

 span { border-color: rgb(67,165,185); }

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