#41B9CA

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

Shades of Viking #41B9CA

Tints of Viking #41B9CA

Color information

#41B9CA (or 0x41B9CA) is unknown color: approx Viking. HEX triplet: 41, B9 and CA. RGB value is (65,185,202). Sum of RGB (Red+Green+Blue) = 65+185+202=452 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.38% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #41B9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41B9CA is #BE4635. Grayscale: #969696. Windows color (decimal): -12469814 or 13285697. OLE color: 13285697.

HSL color Cylindrical-coordinate representation of color #41B9CA: hue angle of 187.45º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41B9CA is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB65185202-
CMYK0.680.0800.21
HSL187.45º56.38%52.35%-
HSV(B)187.45º67.82%79.22%-
XYZ30.1940.0962.02-
YUV151.06156.7466.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.38%
GREEN value IS 185 (72.66% from 255) = 40.93%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=14.38%
G=40.93%
B=44.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal651852020.680.0800.21187.4556.3852.35
Hex41B9CA448015bb3834
Octal101271312104100252737064
Binary100000110111001110010101000100100001010110111011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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