#43ADB5

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

Shades of Viking #43ADB5

Tints of Viking #43ADB5

Color information

#43ADB5 (or 0x43ADB5) is unknown color: approx Viking. HEX triplet: 43, AD and B5. RGB value is (67,173,181). Sum of RGB (Red+Green+Blue) = 67+173+181=421 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.91% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 181 - color contains mainly: blue. Hex color #43ADB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43ADB5 is #BC524A. Grayscale: #8E8E8E. Windows color (decimal): -12341835 or 11906371. OLE color: 11906371.

HSL color Cylindrical-coordinate representation of color #43ADB5: hue angle of 184.21º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43ADB5 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB67173181-
CMYK0.630.0400.29
HSL184.21º45.97%48.63%-
HSV(B)184.21º62.98%70.98%-
XYZ25.634.4249.01-
YUV142.22149.8874.35-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.91%
GREEN value IS 173 (67.97% from 255) = 41.09%
BLUE value IS 181 (71.09% from 255) = 42.99%
R=15.91%
G=41.09%
B=42.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal671731810.630.0400.29184.2145.9748.63
Hex43ADB53F401Db82e31
Octal1032552657740352705661
Binary1000011101011011011010111111110001110110111000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43ADB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,173,181); }

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

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

 a { background-color: rgb(67,173,181); }

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

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

 span { border-color: rgb(67,173,181); }

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