#41B6BF

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

Shades of Viking #41B6BF

Tints of Viking #41B6BF

Color information

#41B6BF (or 0x41B6BF) is unknown color: approx Viking. HEX triplet: 41, B6 and BF. RGB value is (65,182,191). Sum of RGB (Red+Green+Blue) = 65+182+191=438 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.84% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #41B6BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41B6BF is #BE4940. Grayscale: #939393. Windows color (decimal): -12470593 or 12564033. OLE color: 12564033.

HSL color Cylindrical-coordinate representation of color #41B6BF: hue angle of 184.29º 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 #41B6BF is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65182191-
CMYK0.660.0500.25
HSL184.29º49.61%50.2%-
HSV(B)184.29º65.97%74.9%-
XYZ28.3138.3455.2-
YUV148.04152.2468.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.84%
GREEN value IS 182 (71.48% from 255) = 41.55%
BLUE value IS 191 (75% from 255) = 43.61%
R=14.84%
G=41.55%
B=43.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651821910.660.0500.25184.2949.6150.2
Hex41B6BF425019b83232
Octal10126627710250312706262
Binary10000011011011010111111100001010101100110111000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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