#43b4d0

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

Shades of Viking #43B4D0

Tints of Viking #43B4D0

Color information

#43B4D0 (or 0x43B4D0) is unknown color: approx Viking. HEX triplet: 43, B4 and D0. RGB value is (67,180,208). Sum of RGB (Red+Green+Blue) = 67+180+208=455 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.73% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #43B4D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43B4D0 is #BC4B2F. Grayscale: #959595. Windows color (decimal): -12340016 or 13677635. OLE color: 13677635.

HSL color Cylindrical-coordinate representation of color #43B4D0: hue angle of 191.91º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43B4D0 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB67180208-
CMYK0.680.1300.18
HSL191.91º60%53.92%-
HSV(B)191.91º67.79%81.57%-
XYZ30.0238.3965.5-
YUV149.4161.0669.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 14.73%
GREEN value IS 180 (70.70% from 255) = 39.56%
BLUE value IS 208 (81.64% from 255) = 45.71%
R=14.73%
G=39.56%
B=45.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal671802080.680.1300.18191.916053.92
Hex43B4D044D012c03c36
Octal103264320104150223007466
Binary100001110110100110100001000100110101001011000000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43b4d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,180,208); }

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

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

 a { background-color: rgb(67,180,208); }

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

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

 span { border-color: rgb(67,180,208); }

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