Html Css Color HEX #41AAB6 Viking

📋 copy color: '#41AAB6'

red 65 ◦ green 170 ◦ blue 182

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

Shades of Viking #41AAB6

Tints of Viking #41AAB6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.77%

 BLUE value IS 182 (71.48% from 255) = 43.65%

R = 15.59%
G = 40.77%
B = 43.65%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#41AAB6 (or 0x41AAB6) is known color: Viking. HEX triplet: 41, AA and B6. RGB value is (65,170,182). Sum of RGB (Red+Green+Blue) = 65+170+182=417 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.59% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 182 - color contains mainly: blue. Hex color #41AAB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AAB6 is #BE5549. Grayscale: #8B8B8B. Windows color (decimal): -12473674 or 11971137. OLE color: 11971137.

HSL color Cylindrical-coordinate representation of color #41AAB6: hue angle of 186.15º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41AAB6 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 65 170 182 -
CMYK 0.64 0.07 0 0.29
HSL 186.15º 0.47% 0.48% -
HSV(B) 186.15º 0.64% 0.71% -
XYZ 25 33.25 49.36 -
YUV 139.97 151.71 74.52 -
System Red Green Blue C M Y K H S L
Decimal 65 170 182 0.64 0.07 0 0.29 186.15 0.47 0.48
Hex 41 AA B6 40 7 0 1D BA 2F 30
Octal 101 252 266 100 7 0 35 272 57 60
Binary 1000001 10101010 10110110 1000000 111 0 11101 10111010 101111 110000

Color Harmonies of #41AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AAB6

Black with #41AAB6

Text Example


Text Example

White with #41AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,170,182); }

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

background-color css

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

 a { background-color: rgb(65,170,182); }

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

border-color css

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

 span { border-color: rgb(65,170,182); }

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