#41BABF

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

Shades of Viking #41BABF

Tints of Viking #41BABF

Color information

#41BABF (or 0x41BABF) is unknown color: approx Viking. HEX triplet: 41, BA and BF. RGB value is (65,186,191). Sum of RGB (Red+Green+Blue) = 65+186+191=442 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.71% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #41BABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BABF is #BE4540. Grayscale: #969696. Windows color (decimal): -12469569 or 12565057. OLE color: 12565057.

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

Color convert

RGB65186191-
CMYK0.660.0300.25
HSL182.38º49.61%50.2%-
HSV(B)182.38º65.97%74.9%-
XYZ29.144055.48-
YUV150.39150.9167.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.71%
GREEN value IS 186 (73.05% from 255) = 42.08%
BLUE value IS 191 (75% from 255) = 43.21%
R=14.71%
G=42.08%
B=43.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651861910.660.0300.25182.3849.6150.2
Hex41BABF423019b63232
Octal10127227710230312666262
Binary1000001101110101011111110000101101100110110110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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