#43B2C1

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

Shades of Viking #43B2C1

Tints of Viking #43B2C1

Color information

#43B2C1 (or 0x43B2C1) is unknown color: approx Viking. HEX triplet: 43, B2 and C1. RGB value is (67,178,193). Sum of RGB (Red+Green+Blue) = 67+178+193=438 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.30% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #43B2C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43B2C1 is #BC4D3E. Grayscale: #929292. Windows color (decimal): -12340543 or 12694083. OLE color: 12694083.

HSL color Cylindrical-coordinate representation of color #43B2C1: hue angle of 187.14º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43B2C1 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB67178193-
CMYK0.650.0800.24
HSL187.14º50.4%50.98%-
HSV(B)187.14º65.28%75.69%-
XYZ27.8636.8856.1-
YUV146.52154.2371.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.30%
GREEN value IS 178 (69.92% from 255) = 40.64%
BLUE value IS 193 (75.78% from 255) = 44.06%
R=15.30%
G=40.64%
B=44.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal671781930.650.0800.24187.1450.450.98
Hex43B2C1418018bb3233
Octal103262301101100302736263
Binary100001110110010110000011000001100001100010111011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43B2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,178,193); }

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

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

 a { background-color: rgb(67,178,193); }

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

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

 span { border-color: rgb(67,178,193); }

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