#41B9BB

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

Shades of Viking #41B9BB

Tints of Viking #41B9BB

Color information

#41B9BB (or 0x41B9BB) is unknown color: approx Viking. HEX triplet: 41, B9 and BB. RGB value is (65,185,187). Sum of RGB (Red+Green+Blue) = 65+185+187=437 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.87% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #41B9BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41B9BB is #BE4644. Grayscale: #959595. Windows color (decimal): -12469829 or 12302657. OLE color: 12302657.

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

Color convert

RGB65185187-
CMYK0.650.0100.27
HSL180.98º48.41%49.41%-
HSV(B)180.98º65.24%73.33%-
XYZ28.539.4153.12-
YUV149.35149.2467.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.87%
GREEN value IS 185 (72.66% from 255) = 42.33%
BLUE value IS 187 (73.44% from 255) = 42.79%
R=14.87%
G=42.33%
B=42.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal651851870.650.0100.27180.9848.4149.41
Hex41B9BB41101Bb53031
Octal10127127310110332656061
Binary100000110111001101110111000001101101110110101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,185,187); }

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

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

 a { background-color: rgb(65,185,187); }

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

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

 span { border-color: rgb(65,185,187); }

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