#41BCCA

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

Shades of Viking #41BCCA

Tints of Viking #41BCCA

Color information

#41BCCA (or 0x41BCCA) is unknown color: approx Viking. HEX triplet: 41, BC and CA. RGB value is (65,188,202). Sum of RGB (Red+Green+Blue) = 65+188+202=455 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.29% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #41BCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BCCA is #BE4335. Grayscale: #989898. Windows color (decimal): -12469046 or 13286465. OLE color: 13286465.

HSL color Cylindrical-coordinate representation of color #41BCCA: hue angle of 186.13º 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 #41BCCA is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB65188202-
CMYK0.680.0700.21
HSL186.13º56.38%52.35%-
HSV(B)186.13º67.82%79.22%-
XYZ30.8241.3562.23-
YUV152.82155.7565.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.29%
GREEN value IS 188 (73.83% from 255) = 41.32%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=14.29%
G=41.32%
B=44.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal651882020.680.0700.21186.1356.3852.35
Hex41BCCA447015ba3834
Octal10127431210470252727064
Binary10000011011110011001010100010011101010110111010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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