#41ADC1

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

Shades of Viking #41ADC1

Tints of Viking #41ADC1

Color information

#41ADC1 (or 0x41ADC1) is unknown color: approx Viking. HEX triplet: 41, AD and C1. RGB value is (65,173,193). Sum of RGB (Red+Green+Blue) = 65+173+193=431 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.08% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 193 - color contains mainly: blue. Hex color #41ADC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ADC1 is #BE523E. Grayscale: #8E8E8E. Windows color (decimal): -12472895 or 12692801. OLE color: 12692801.

HSL color Cylindrical-coordinate representation of color #41ADC1: hue angle of 189.38º 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 #41ADC1 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB65173193-
CMYK0.660.1000.24
HSL189.38º50.79%50.59%-
HSV(B)189.38º66.32%75.69%-
XYZ26.7534.8655.77-
YUV142.99156.2272.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.08%
GREEN value IS 173 (67.97% from 255) = 40.14%
BLUE value IS 193 (75.78% from 255) = 44.78%
R=15.08%
G=40.14%
B=44.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal651731930.660.1000.24189.3850.7950.59
Hex41ADC142A018bd3333
Octal101255301102120302756363
Binary100000110101101110000011000010101001100010111101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41ADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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