#43B9D5

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

Shades of Viking #43B9D5

Tints of Viking #43B9D5

Color information

#43B9D5 (or 0x43B9D5) is unknown color: approx Viking. HEX triplet: 43, B9 and D5. RGB value is (67,185,213). Sum of RGB (Red+Green+Blue) = 67+185+213=465 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.41% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #43B9D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43B9D5 is #BC462A. Grayscale: #989898. Windows color (decimal): -12338731 or 14006595. OLE color: 14006595.

HSL color Cylindrical-coordinate representation of color #43B9D5: hue angle of 191.51º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43B9D5 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB67185213-
CMYK0.690.1300.16
HSL191.51º63.48%54.9%-
HSV(B)191.51º68.54%83.53%-
XYZ31.6740.769.14-
YUV152.91161.9166.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 14.41%
GREEN value IS 185 (72.66% from 255) = 39.78%
BLUE value IS 213 (83.59% from 255) = 45.81%
R=14.41%
G=39.78%
B=45.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal671852130.690.1300.16191.5163.4854.9
Hex43B9D545D010c03f37
Octal103271325105150203007767
Binary100001110111001110101011000101110101000011000000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43B9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,185,213); }

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

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

 a { background-color: rgb(67,185,213); }

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

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

 span { border-color: rgb(67,185,213); }

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