Html Css Color HEX #41ABB6 Viking

📋 copy color: '#41ABB6'

red 65 ◦ green 171 ◦ blue 182

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

Shades of Viking #41ABB6

Tints of Viking #41ABB6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.91%

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

R = 15.55%
G = 40.91%
B = 43.54%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#41ABB6 (or 0x41ABB6) is known color: Viking. HEX triplet: 41, AB and B6. RGB value is (65,171,182). Sum of RGB (Red+Green+Blue) = 65+171+182=418 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.55% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 182 - color contains mainly: blue. Hex color #41ABB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ABB6 is #BE5449. Grayscale: #8C8C8C. Windows color (decimal): -12473418 or 11971393. OLE color: 11971393.

HSL color Cylindrical-coordinate representation of color #41ABB6: hue angle of 185.64º 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 #41ABB6 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 65 171 182 -
CMYK 0.64 0.06 0 0.29
HSL 185.64º 0.47% 0.48% -
HSV(B) 185.64º 0.64% 0.71% -
XYZ 25.19 33.63 49.42 -
YUV 140.56 151.38 74.11 -
System Red Green Blue C M Y K H S L
Decimal 65 171 182 0.64 0.06 0 0.29 185.64 0.47 0.48
Hex 41 AB B6 40 6 0 1D BA 2F 30
Octal 101 253 266 100 6 0 35 272 57 60
Binary 1000001 10101011 10110110 1000000 110 0 11101 10111010 101111 110000

Color Harmonies of #41ABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41ABB6

Black with #41ABB6

Text Example


Text Example

White with #41ABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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