#41B3BF

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

Shades of Viking #41B3BF

Tints of Viking #41B3BF

Color information

#41B3BF (or 0x41B3BF) is unknown color: approx Viking. HEX triplet: 41, B3 and BF. RGB value is (65,179,191). Sum of RGB (Red+Green+Blue) = 65+179+191=435 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.94% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #41B3BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41B3BF is #BE4C40. Grayscale: #929292. Windows color (decimal): -12471361 or 12563265. OLE color: 12563265.

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

Color convert

RGB65179191-
CMYK0.660.0600.25
HSL185.71º49.61%50.2%-
HSV(B)185.71º65.97%74.9%-
XYZ27.737.1355-
YUV146.28153.2370.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.94%
GREEN value IS 179 (70.31% from 255) = 41.15%
BLUE value IS 191 (75% from 255) = 43.91%
R=14.94%
G=41.15%
B=43.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651791910.660.0600.25185.7149.6150.2
Hex41B3BF426019ba3232
Octal10126327710260312726262
Binary10000011011001110111111100001011001100110111010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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