#41BDCC

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

Shades of Viking #41BDCC

Tints of Viking #41BDCC

Color information

#41BDCC (or 0x41BDCC) is unknown color: approx Viking. HEX triplet: 41, BD and CC. RGB value is (65,189,204). Sum of RGB (Red+Green+Blue) = 65+189+204=458 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.19% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #41BDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BDCC is #BE4233. Grayscale: #999999. Windows color (decimal): -12468788 or 13417793. OLE color: 13417793.

HSL color Cylindrical-coordinate representation of color #41BDCC: hue angle of 186.47º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41BDCC is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB65189204-
CMYK0.680.0700.2
HSL186.47º57.68%52.75%-
HSV(B)186.47º68.14%80%-
XYZ31.2841.8863.56-
YUV153.63156.4264.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.19%
GREEN value IS 189 (74.22% from 255) = 41.27%
BLUE value IS 204 (80.08% from 255) = 44.54%
R=14.19%
G=41.27%
B=44.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal651892040.680.0700.2186.4757.6852.75
Hex41BDCC447014ba3a35
Octal10127531410470242727265
Binary10000011011110111001100100010011101010010111010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,189,204); }

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

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

 a { background-color: rgb(65,189,204); }

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

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

 span { border-color: rgb(65,189,204); }

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