#43BCB9

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

Shades of Viking #43BCB9

Tints of Viking #43BCB9

Color information

#43BCB9 (or 0x43BCB9) is unknown color: approx Viking. HEX triplet: 43, BC and B9. RGB value is (67,188,185). Sum of RGB (Red+Green+Blue) = 67+188+185=440 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.23% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #43BCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BCB9 is #BC4346. Grayscale: #979797. Windows color (decimal): -12337991 or 12172355. OLE color: 12172355.

HSL color Cylindrical-coordinate representation of color #43BCB9: hue angle of 178.51º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43BCB9 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB67188185-
CMYK0.6400.020.26
HSL178.51º47.45%50%-
HSV(B)178.51º64.36%73.73%-
XYZ29.0540.6652.22-
YUV151.48146.9167.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.23%
GREEN value IS 188 (73.83% from 255) = 42.73%
BLUE value IS 185 (72.66% from 255) = 42.05%
R=15.23%
G=42.73%
B=42.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal671881850.6400.020.26178.5147.4550
Hex43BCB940021Ab32f32
Octal10327427110002322635762
Binary1000011101111001011100110000000101101010110011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43BCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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