Html Css Color HEX #41ACC0 Viking

📋 copy color: '#41ACC0'

red 65 ◦ green 172 ◦ blue 192

#41ACC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #41ACC0

Tints of Viking #41ACC0

RGB

 RED value IS 65 (25.78% from 255) = 15.15%

 GREEN value IS 172 (67.58% from 255) = 40.09%

 BLUE value IS 192 (75.39% from 255) = 44.76%

R = 15.15%
G = 40.09%
B = 44.76%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#41ACC0 (or 0x41ACC0) is known color: Viking. HEX triplet: 41, AC and C0. RGB value is (65,172,192). Sum of RGB (Red+Green+Blue) = 65+172+192=429 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.15% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #41ACC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ACC0 is #BE533F. Grayscale: #8E8E8E. Windows color (decimal): -12473152 or 12627009. OLE color: 12627009.

HSL color Cylindrical-coordinate representation of color #41ACC0: hue angle of 189.45º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41ACC0 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 172 192 -
CMYK 0.66 0.10 0 0.25
HSL 189.45º 0.5% 0.5% -
HSV(B) 189.45º 0.66% 0.75% -
XYZ 26.45 34.43 55.12 -
YUV 142.29 156.05 72.87 -
System Red Green Blue C M Y K H S L
Decimal 65 172 192 0.66 0.10 0 0.25 189.45 0.5 0.5
Hex 41 AC C0 42 A 0 19 BD 32 32
Octal 101 254 300 102 12 0 31 275 62 62
Binary 1000001 10101100 11000000 1000010 1010 0 11001 10111101 110010 110010

Color Harmonies of #41ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41ACC0

Black with #41ACC0

Text Example


Text Example

White with #41ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,172,192); }

 H1.HeaderClassName
 {
   color: #41ACC0;
 }
 .AnyTagClassName
 {
   color: #41ACC0;
 }
</style>

background-color css

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

 a { background-color: rgb(65,172,192); }

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

border-color css

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

 span { border-color: rgb(65,172,192); }

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