#41AFBF

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

Shades of Viking #41AFBF

Tints of Viking #41AFBF

Color information

#41AFBF (or 0x41AFBF) is unknown color: approx Viking. HEX triplet: 41, AF and BF. RGB value is (65,175,191). Sum of RGB (Red+Green+Blue) = 65+175+191=431 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.08% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #41AFBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AFBF is #BE5040. Grayscale: #8F8F8F. Windows color (decimal): -12472385 or 12562241. OLE color: 12562241.

HSL color Cylindrical-coordinate representation of color #41AFBF: hue angle of 187.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41AFBF is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65175191-
CMYK0.660.0800.25
HSL187.62º49.61%50.2%-
HSV(B)187.62º65.97%74.9%-
XYZ26.9135.5554.73-
YUV143.93154.5671.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.08%
GREEN value IS 175 (68.75% from 255) = 40.60%
BLUE value IS 191 (75% from 255) = 44.32%
R=15.08%
G=40.60%
B=44.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651751910.660.0800.25187.6249.6150.2
Hex41AFBF428019bc3232
Octal101257277102100312746262
Binary100000110101111101111111000010100001100110111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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