#41ABC5

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

Shades of Viking #41ABC5

Tints of Viking #41ABC5

Color information

#41ABC5 (or 0x41ABC5) is unknown color: approx Viking. HEX triplet: 41, AB and C5. RGB value is (65,171,197). Sum of RGB (Red+Green+Blue) = 65+171+197=433 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.01% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #41ABC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ABC5 is #BE543A. Grayscale: #8E8E8E. Windows color (decimal): -12473403 or 12954433. OLE color: 12954433.

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

Color convert

RGB65171197-
CMYK0.670.1300.23
HSL191.82º53.23%51.37%-
HSV(B)191.82º67.01%77.25%-
XYZ26.8234.2858.03-
YUV142.27158.8872.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.01%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 197 (77.34% from 255) = 45.50%
R=15.01%
G=39.49%
B=45.50%

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
Decimal651711970.670.1300.23191.8253.2351.37
Hex41ABC543D017c03533
Octal101253305103150273006563
Binary100000110101011110001011000011110101011111000000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41ABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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