#43AEB4

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

Shades of Viking #43AEB4

Tints of Viking #43AEB4

Color information

#43AEB4 (or 0x43AEB4) is unknown color: approx Viking. HEX triplet: 43, AE and B4. RGB value is (67,174,180). Sum of RGB (Red+Green+Blue) = 67+174+180=421 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.91% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #43AEB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43AEB4 is #BC514B. Grayscale: #8E8E8E. Windows color (decimal): -12341580 or 11841091. OLE color: 11841091.

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

Color convert

RGB67174180-
CMYK0.630.0300.29
HSL183.19º45.75%48.43%-
HSV(B)183.19º62.78%70.59%-
XYZ25.6934.7648.54-
YUV142.69149.0574.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.91%
GREEN value IS 174 (68.36% from 255) = 41.33%
BLUE value IS 180 (70.70% from 255) = 42.76%
R=15.91%
G=41.33%
B=42.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal671741800.630.0300.29183.1945.7548.43
Hex43AEB43F301Db72e30
Octal1032562647730352675660
Binary100001110101110101101001111111101110110110111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43AEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,174,180); }

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

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

 a { background-color: rgb(67,174,180); }

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

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

 span { border-color: rgb(67,174,180); }

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