#41BFCF

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

Shades of Viking #41BFCF

Tints of Viking #41BFCF

Color information

#41BFCF (or 0x41BFCF) is unknown color: approx Viking. HEX triplet: 41, BF and CF. RGB value is (65,191,207). Sum of RGB (Red+Green+Blue) = 65+191+207=463 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.04% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #41BFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BFCF is #BE4030. Grayscale: #9A9A9A. Windows color (decimal): -12468273 or 13614913. OLE color: 13614913.

HSL color Cylindrical-coordinate representation of color #41BFCF: hue angle of 186.76º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41BFCF is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB65191207-
CMYK0.690.0800.19
HSL186.76º59.66%53.33%-
HSV(B)186.76º68.6%81.18%-
XYZ32.0742.8965.62-
YUV155.15157.2663.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.04%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 207 (81.25% from 255) = 44.71%
R=14.04%
G=41.25%
B=44.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal651912070.690.0800.19186.7659.6653.33
Hex41BFCF458013bb3c35
Octal101277317105100232737465
Binary100000110111111110011111000101100001001110111011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,191,207); }

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

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

 a { background-color: rgb(65,191,207); }

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

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

 span { border-color: rgb(65,191,207); }

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