#41AFAE

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

Shades of Viking #41AFAE

Tints of Viking #41AFAE

Color information

#41AFAE (or 0x41AFAE) is unknown color: approx Viking. HEX triplet: 41, AF and AE. RGB value is (65,175,174). Sum of RGB (Red+Green+Blue) = 65+175+174=414 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.70% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #41AFAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AFAE is #BE5051. Grayscale: #8D8D8D. Windows color (decimal): -12472402 or 11448129. OLE color: 11448129.

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

Color convert

RGB65175174-
CMYK0.6300.010.31
HSL179.45º45.83%47.06%-
HSV(B)179.45º62.86%68.63%-
XYZ25.1534.8445.44-
YUV142146.0673.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.70%
GREEN value IS 175 (68.75% from 255) = 42.27%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=15.70%
G=42.27%
B=42.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651751740.6300.010.31179.4545.8347.06
Hex41AFAE3F011Fb32e2f
Octal1012572567701372635657
Binary10000011010111110101110111111011111110110011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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