#40ADC2

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

Shades of Viking #40ADC2

Tints of Viking #40ADC2

Color information

#40ADC2 (or 0x40ADC2) is unknown color: approx Viking. HEX triplet: 40, AD and C2. RGB value is (64,173,194). Sum of RGB (Red+Green+Blue) = 64+173+194=431 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.85% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #40ADC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ADC2 is #BF523D. Grayscale: #8E8E8E. Windows color (decimal): -12538430 or 12758336. OLE color: 12758336.

HSL color Cylindrical-coordinate representation of color #40ADC2: hue angle of 189.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40ADC2 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB64173194-
CMYK0.670.1100.24
HSL189.69º51.59%50.59%-
HSV(B)189.69º67.01%76.08%-
XYZ26.834.8756.36-
YUV142.8156.8971.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.85%
GREEN value IS 173 (67.97% from 255) = 40.14%
BLUE value IS 194 (76.17% from 255) = 45.01%
R=14.85%
G=40.14%
B=45.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal641731940.670.1100.24189.6951.5950.59
Hex40ADC243B018be3433
Octal100255302103130302766463
Binary100000010101101110000101000011101101100010111110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40ADC2; }

 p { color: rgb(64,173,194); }

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

<style>
 a { background-color: #40ADC2; }

 a { background-color: rgb(64,173,194); }

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

<style>
 span { border-color: #40ADC2; }

 span { border-color: rgb(64,173,194); }

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