#41B6C1

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

Shades of Viking #41B6C1

Tints of Viking #41B6C1

Color information

#41B6C1 (or 0x41B6C1) is unknown color: approx Viking. HEX triplet: 41, B6 and C1. RGB value is (65,182,193). Sum of RGB (Red+Green+Blue) = 65+182+193=440 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.77% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #41B6C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41B6C1 is #BE493E. Grayscale: #949494. Windows color (decimal): -12470591 or 12695105. OLE color: 12695105.

HSL color Cylindrical-coordinate representation of color #41B6C1: hue angle of 185.16º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41B6C1 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB65182193-
CMYK0.660.0600.24
HSL185.16º50.79%50.59%-
HSV(B)185.16º66.32%75.69%-
XYZ28.5338.4356.37-
YUV148.27153.2468.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.77%
GREEN value IS 182 (71.48% from 255) = 41.36%
BLUE value IS 193 (75.78% from 255) = 43.86%
R=14.77%
G=41.36%
B=43.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal651821930.660.0600.24185.1650.7950.59
Hex41B6C1426018b93333
Octal10126630110260302716363
Binary10000011011011011000001100001011001100010111001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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