#41AAAC

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

Shades of Viking #41AAAC

Tints of Viking #41AAAC

Color information

#41AAAC (or 0x41AAAC) is unknown color: approx Viking. HEX triplet: 41, AA and AC. RGB value is (65,170,172). Sum of RGB (Red+Green+Blue) = 65+170+172=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #41AAAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AAAC is #BE5553. Grayscale: #8A8A8A. Windows color (decimal): -12473684 or 11315777. OLE color: 11315777.

HSL color Cylindrical-coordinate representation of color #41AAAC: hue angle of 181.12º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41AAAC is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB65170172-
CMYK0.620.0100.33
HSL181.12º45.15%46.47%-
HSV(B)181.12º62.21%67.45%-
XYZ2432.8544.11-
YUV138.83146.7175.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.97%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=15.97%
G=41.77%
B=42.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651701720.620.0100.33181.1245.1546.47
Hex41AAAC3E1021b52d2e
Octal1012522547610412655556
Binary100000110101010101011001111101010000110110101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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