#41BCC1

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

Shades of Viking #41BCC1

Tints of Viking #41BCC1

Color information

#41BCC1 (or 0x41BCC1) is unknown color: approx Viking. HEX triplet: 41, BC and C1. RGB value is (65,188,193). Sum of RGB (Red+Green+Blue) = 65+188+193=446 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.57% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 193 - color contains mainly: blue. Hex color #41BCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BCC1 is #BE433E. Grayscale: #979797. Windows color (decimal): -12469055 or 12696641. OLE color: 12696641.

HSL color Cylindrical-coordinate representation of color #41BCC1: hue angle of 182.34º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BCC1 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB65188193-
CMYK0.660.0300.24
HSL182.34º50.79%50.59%-
HSV(B)182.34º66.32%75.69%-
XYZ29.7940.9456.78-
YUV151.79151.2566.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.57%
GREEN value IS 188 (73.83% from 255) = 42.15%
BLUE value IS 193 (75.78% from 255) = 43.27%
R=14.57%
G=42.15%
B=43.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal651881930.660.0300.24182.3450.7950.59
Hex41BCC1423018b63333
Octal10127430110230302666363
Binary1000001101111001100000110000101101100010110110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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