#41B1BA

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

Shades of Viking #41B1BA

Tints of Viking #41B1BA

Color information

#41B1BA (or 0x41B1BA) is unknown color: approx Viking. HEX triplet: 41, B1 and BA. RGB value is (65,177,186). Sum of RGB (Red+Green+Blue) = 65+177+186=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #41B1BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41B1BA is #BE4E45. Grayscale: #909090. Windows color (decimal): -12471878 or 12235073. OLE color: 12235073.

HSL color Cylindrical-coordinate representation of color #41B1BA: hue angle of 184.46º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41B1BA is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB65177186-
CMYK0.650.0500.27
HSL184.46º48.21%49.22%-
HSV(B)184.46º65.05%72.94%-
XYZ26.7736.1152.01-
YUV144.54151.3971.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.19%
GREEN value IS 177 (69.53% from 255) = 41.36%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=15.19%
G=41.36%
B=43.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal651771860.650.0500.27184.4648.2149.22
Hex41B1BA41501Bb83031
Octal10126127210150332706061
Binary10000011011000110111010100000110101101110111000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,177,186); }

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

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

 a { background-color: rgb(65,177,186); }

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

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

 span { border-color: rgb(65,177,186); }

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