#41ADAE

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

Shades of Viking #41ADAE

Tints of Viking #41ADAE

Color information

#41ADAE (or 0x41ADAE) is unknown color: approx Viking. HEX triplet: 41, AD and AE. RGB value is (65,173,174). Sum of RGB (Red+Green+Blue) = 65+173+174=412 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.78% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #41ADAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41ADAE is #BE5251. Grayscale: #8C8C8C. Windows color (decimal): -12472914 or 11447617. OLE color: 11447617.

HSL color Cylindrical-coordinate representation of color #41ADAE: hue angle of 180.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41ADAE is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB65173174-
CMYK0.630.0100.32
HSL180.55º45.61%46.86%-
HSV(B)180.55º62.64%68.24%-
XYZ24.7634.0745.31-
YUV140.82146.7273.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.78%
GREEN value IS 173 (67.97% from 255) = 41.99%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=15.78%
G=41.99%
B=42.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651731740.630.0100.32180.5545.6146.86
Hex41ADAE3F1020b52e2f
Octal1012552567710402655657
Binary100000110101101101011101111111010000010110101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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