#43AEBA

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

Shades of Viking #43AEBA

Tints of Viking #43AEBA

Color information

#43AEBA (or 0x43AEBA) is unknown color: approx Viking. HEX triplet: 43, AE and BA. RGB value is (67,174,186). Sum of RGB (Red+Green+Blue) = 67+174+186=427 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.69% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #43AEBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43AEBA is #BC5145. Grayscale: #8F8F8F. Windows color (decimal): -12341574 or 12234307. OLE color: 12234307.

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

Color convert

RGB67174186-
CMYK0.640.0600.27
HSL186.05º47.04%49.61%-
HSV(B)186.05º63.98%72.94%-
XYZ26.3135.0151.83-
YUV143.38152.0573.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.69%
GREEN value IS 174 (68.36% from 255) = 40.75%
BLUE value IS 186 (73.05% from 255) = 43.56%
R=15.69%
G=40.75%
B=43.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal671741860.640.0600.27186.0547.0449.61
Hex43AEBA40601Bba2f32
Octal10325627210060332725762
Binary10000111010111010111010100000011001101110111010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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