#41BDBE

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

Shades of Viking #41BDBE

Tints of Viking #41BDBE

Color information

#41BDBE (or 0x41BDBE) is unknown color: approx Viking. HEX triplet: 41, BD and BE. RGB value is (65,189,190). Sum of RGB (Red+Green+Blue) = 65+189+190=444 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.64% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #41BDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BDBE is #BE4241. Grayscale: #979797. Windows color (decimal): -12468802 or 12500289. OLE color: 12500289.

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

Color convert

RGB65189190-
CMYK0.660.0100.25
HSL180.48º49.02%50%-
HSV(B)180.48º65.79%74.51%-
XYZ29.6741.2455.11-
YUV152.04149.4265.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.64%
GREEN value IS 189 (74.22% from 255) = 42.57%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=14.64%
G=42.57%
B=42.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651891900.660.0100.25180.4849.0250
Hex41BDBE421019b43132
Octal10127527610210312646162
Binary100000110111101101111101000010101100110110100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,189,190); }

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

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

 a { background-color: rgb(65,189,190); }

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

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

 span { border-color: rgb(65,189,190); }

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