#43A4C4

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

Shades of Viking #43A4C4

Tints of Viking #43A4C4

Color information

#43A4C4 (or 0x43A4C4) is unknown color: approx Viking. HEX triplet: 43, A4 and C4. RGB value is (67,164,196). Sum of RGB (Red+Green+Blue) = 67+164+196=427 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.69% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 196 (76.95% from 255 or 45.90% from 427); Max value from RGB is 196 - color contains mainly: blue. Hex color #43A4C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43A4C4 is #BC5B3B. Grayscale: #8A8A8A. Windows color (decimal): -12344124 or 12887107. OLE color: 12887107.

HSL color Cylindrical-coordinate representation of color #43A4C4: hue angle of 194.88º 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 #43A4C4 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB67164196-
CMYK0.660.1600.23
HSL194.88º52.23%51.57%-
HSV(B)194.88º65.82%76.86%-
XYZ25.5531.7357-
YUV138.65160.3676.9-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.69%
GREEN value IS 164 (64.45% from 255) = 38.41%
BLUE value IS 196 (76.95% from 255) = 45.90%
R=15.69%
G=38.41%
B=45.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal671641960.660.1600.23194.8852.2351.57
Hex43A4C44210017c33434
Octal103244304102200273036464
Binary1000011101001001100010010000101000001011111000011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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