#41AEC5

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

Shades of Viking #41AEC5

Tints of Viking #41AEC5

Color information

#41AEC5 (or 0x41AEC5) is unknown color: approx Viking. HEX triplet: 41, AE and C5. RGB value is (65,174,197). Sum of RGB (Red+Green+Blue) = 65+174+197=436 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.91% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 197 (77.34% from 255 or 45.18% from 436); Max value from RGB is 197 - color contains mainly: blue. Hex color #41AEC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AEC5 is #BE513A. Grayscale: #8F8F8F. Windows color (decimal): -12472635 or 12955201. OLE color: 12955201.

HSL color Cylindrical-coordinate representation of color #41AEC5: hue angle of 190.45º 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 #41AEC5 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB65174197-
CMYK0.670.1200.23
HSL190.45º53.23%51.37%-
HSV(B)190.45º67.01%77.25%-
XYZ27.3935.4358.22-
YUV144.03157.8971.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.91%
GREEN value IS 174 (68.36% from 255) = 39.91%
BLUE value IS 197 (77.34% from 255) = 45.18%
R=14.91%
G=39.91%
B=45.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal651741970.670.1200.23190.4553.2351.37
Hex41AEC543C017be3533
Octal101256305103140272766563
Binary100000110101110110001011000011110001011110111110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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