#41B4BA

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

Shades of Viking #41B4BA

Tints of Viking #41B4BA

Color information

#41B4BA (or 0x41B4BA) is unknown color: approx Viking. HEX triplet: 41, B4 and BA. RGB value is (65,180,186). Sum of RGB (Red+Green+Blue) = 65+180+186=431 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.08% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #41B4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41B4BA is #BE4B45. Grayscale: #929292. Windows color (decimal): -12471110 or 12235841. OLE color: 12235841.

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

Color convert

RGB65180186-
CMYK0.650.0300.27
HSL182.98º48.21%49.22%-
HSV(B)182.98º65.05%72.94%-
XYZ27.3637.3152.21-
YUV146.3150.470.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.08%
GREEN value IS 180 (70.70% from 255) = 41.76%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=15.08%
G=41.76%
B=43.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal651801860.650.0300.27182.9848.2149.22
Hex41B4BA41301Bb73031
Octal10126427210130332676061
Binary1000001101101001011101010000011101101110110111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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