#41ACC5

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

Shades of Viking #41ACC5

Tints of Viking #41ACC5

Color information

#41ACC5 (or 0x41ACC5) is unknown color: approx Viking. HEX triplet: 41, AC and C5. RGB value is (65,172,197). Sum of RGB (Red+Green+Blue) = 65+172+197=434 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.98% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #41ACC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ACC5 is #BE533A. Grayscale: #8E8E8E. Windows color (decimal): -12473147 or 12954689. OLE color: 12954689.

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

Color convert

RGB65172197-
CMYK0.670.1300.23
HSL191.36º53.23%51.37%-
HSV(B)191.36º67.01%77.25%-
XYZ27.0134.6658.09-
YUV142.86158.5572.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.98%
GREEN value IS 172 (67.58% from 255) = 39.63%
BLUE value IS 197 (77.34% from 255) = 45.39%
R=14.98%
G=39.63%
B=45.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal651721970.670.1300.23191.3653.2351.37
Hex41ACC543D017bf3533
Octal101254305103150272776563
Binary100000110101100110001011000011110101011110111111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41ACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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