#41AAC5

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

Shades of Viking #41AAC5

Tints of Viking #41AAC5

Color information

#41AAC5 (or 0x41AAC5) is unknown color: approx Viking. HEX triplet: 41, AA and C5. RGB value is (65,170,197). Sum of RGB (Red+Green+Blue) = 65+170+197=432 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.05% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 197 (77.34% from 255 or 45.60% from 432); Max value from RGB is 197 - color contains mainly: blue. Hex color #41AAC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AAC5 is #BE553A. Grayscale: #8D8D8D. Windows color (decimal): -12473659 or 12954177. OLE color: 12954177.

HSL color Cylindrical-coordinate representation of color #41AAC5: hue angle of 192.27º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41AAC5 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB65170197-
CMYK0.670.1400.23
HSL192.27º53.23%51.37%-
HSV(B)192.27º67.01%77.25%-
XYZ26.6333.957.96-
YUV141.68159.2173.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.05%
GREEN value IS 170 (66.80% from 255) = 39.35%
BLUE value IS 197 (77.34% from 255) = 45.60%
R=15.05%
G=39.35%
B=45.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal651701970.670.1400.23192.2753.2351.37
Hex41AAC543E017c03533
Octal101252305103160273006563
Binary100000110101010110001011000011111001011111000000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41AAC5; }

 p { color: rgb(65,170,197); }

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

<style>
 a { background-color: #41AAC5; }

 a { background-color: rgb(65,170,197); }

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

<style>
 span { border-color: #41AAC5; }

 span { border-color: rgb(65,170,197); }

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