#43B8C1

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

Shades of Viking #43B8C1

Tints of Viking #43B8C1

Color information

#43B8C1 (or 0x43B8C1) is unknown color: approx Viking. HEX triplet: 43, B8 and C1. RGB value is (67,184,193). Sum of RGB (Red+Green+Blue) = 67+184+193=444 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.09% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #43B8C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43B8C1 is #BC473E. Grayscale: #959595. Windows color (decimal): -12339007 or 12695619. OLE color: 12695619.

HSL color Cylindrical-coordinate representation of color #43B8C1: hue angle of 184.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43B8C1 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB67184193-
CMYK0.650.0500.24
HSL184.29º50.4%50.98%-
HSV(B)184.29º65.28%75.69%-
XYZ29.0839.3256.51-
YUV150.04152.2468.77-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.09%
GREEN value IS 184 (72.27% from 255) = 41.44%
BLUE value IS 193 (75.78% from 255) = 43.47%
R=15.09%
G=41.44%
B=43.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal671841930.650.0500.24184.2950.450.98
Hex43B8C1415018b83233
Octal10327030110150302706263
Binary10000111011100011000001100000110101100010111000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43B8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,184,193); }

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

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

 a { background-color: rgb(67,184,193); }

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

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

 span { border-color: rgb(67,184,193); }

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