#43A2BE

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

Shades of Viking #43A2BE

Tints of Viking #43A2BE

Color information

#43A2BE (or 0x43A2BE) is unknown color: approx Viking. HEX triplet: 43, A2 and BE. RGB value is (67,162,190). Sum of RGB (Red+Green+Blue) = 67+162+190=419 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.99% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #43A2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43A2BE is #BC5D41. Grayscale: #888888. Windows color (decimal): -12344642 or 12493379. OLE color: 12493379.

HSL color Cylindrical-coordinate representation of color #43A2BE: hue angle of 193.66º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43A2BE is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB67162190-
CMYK0.650.1500.25
HSL193.66º48.62%50.39%-
HSV(B)193.66º64.74%74.51%-
XYZ24.5330.7553.36-
YUV136.79158.0378.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.99%
GREEN value IS 162 (63.67% from 255) = 38.66%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=15.99%
G=38.66%
B=45.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal671621900.650.1500.25193.6648.6250.39
Hex43A2BE41F019c23132
Octal103242276101170313026162
Binary100001110100010101111101000001111101100111000010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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