#43b0c4

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

Shades of Viking #43B0C4

Tints of Viking #43B0C4

Color information

#43B0C4 (or 0x43B0C4) is unknown color: approx Viking. HEX triplet: 43, B0 and C4. RGB value is (67,176,196). Sum of RGB (Red+Green+Blue) = 67+176+196=439 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.26% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 196 - color contains mainly: blue. Hex color #43B0C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43B0C4 is #BC4F3B. Grayscale: #919191. Windows color (decimal): -12341052 or 12890179. OLE color: 12890179.

HSL color Cylindrical-coordinate representation of color #43B0C4: hue angle of 189.3º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43B0C4 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB67176196-
CMYK0.660.1000.23
HSL189.3º52.23%51.57%-
HSV(B)189.3º65.82%76.86%-
XYZ27.836.2357.75-
YUV145.69156.3971.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.26%
GREEN value IS 176 (69.14% from 255) = 40.09%
BLUE value IS 196 (76.95% from 255) = 44.65%
R=15.26%
G=40.09%
B=44.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal671761960.660.1000.23189.352.2351.57
Hex43B0C442A017bd3434
Octal103260304102120272756464
Binary100001110110000110001001000010101001011110111101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43b0c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,176,196); }

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

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

 a { background-color: rgb(67,176,196); }

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

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

 span { border-color: rgb(67,176,196); }

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