#43A0BF

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

Shades of Viking #43A0BF

Tints of Viking #43A0BF

Color information

#43A0BF (or 0x43A0BF) is unknown color: approx Viking. HEX triplet: 43, A0 and BF. RGB value is (67,160,191). Sum of RGB (Red+Green+Blue) = 67+160+191=418 (55% of max value = 765). Red value is 67 (26.56% from 255 or 16.03% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #43A0BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43A0BF is #BC5F40. Grayscale: #878787. Windows color (decimal): -12345153 or 12558403. OLE color: 12558403.

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

Color convert

RGB67160191-
CMYK0.650.1600.25
HSL195º49.21%50.59%-
HSV(B)195º64.92%74.9%-
XYZ24.2930.153.82-
YUV135.73159.1978.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.03%
GREEN value IS 160 (62.89% from 255) = 38.28%
BLUE value IS 191 (75% from 255) = 45.69%
R=16.03%
G=38.28%
B=45.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal671601910.650.1600.2519549.2150.59
Hex43A0BF4110019c33133
Octal103240277101200313036163
Binary1000011101000001011111110000011000001100111000011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,160,191); }

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

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

 a { background-color: rgb(67,160,191); }

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

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

 span { border-color: rgb(67,160,191); }

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