#43b9bc

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

Shades of Viking #43B9BC

Tints of Viking #43B9BC

Color information

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

HSL color Cylindrical-coordinate representation of color #43B9BC: hue angle of 181.49º 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 #43B9BC is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB67185188-
CMYK0.640.0200.26
HSL181.49º47.45%50%-
HSV(B)181.49º64.36%73.73%-
XYZ28.7439.5253.69-
YUV150.06149.4168.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal671851880.640.0200.26181.4947.4550
Hex43B9BC40201Ab52f32
Octal10327127410020322655762
Binary1000011101110011011110010000001001101010110101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43b9bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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