Html Css Color HEX #41AFBE Viking

📋 copy color: '#41AFBE'

red 65 ◦ green 175 ◦ blue 190

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

Shades of Viking #41AFBE

Tints of Viking #41AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.7%

 BLUE value IS 190 (74.61% from 255) = 44.19%

R = 15.12%
G = 40.7%
B = 44.19%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#41AFBE (or 0x41AFBE) is known color: Viking. HEX triplet: 41, AF and BE. RGB value is (65,175,190). Sum of RGB (Red+Green+Blue) = 65+175+190=430 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.12% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #41AFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AFBE is #BE5041. Grayscale: #8F8F8F. Windows color (decimal): -12472386 or 12496705. OLE color: 12496705.

HSL color Cylindrical-coordinate representation of color #41AFBE: hue angle of 187.2º degrees, saturation: 0.49, 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 #41AFBE is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 175 190 -
CMYK 0.66 0.08 0 0.25
HSL 187.2º 0.49% 0.5% -
HSV(B) 187.2º 0.66% 0.75% -
XYZ 26.8 35.5 54.15 -
YUV 143.82 154.06 71.78 -
System Red Green Blue C M Y K H S L
Decimal 65 175 190 0.66 0.08 0 0.25 187.2 0.49 0.5
Hex 41 AF BE 42 8 0 19 BB 31 32
Octal 101 257 276 102 10 0 31 273 61 62
Binary 1000001 10101111 10111110 1000010 1000 0 11001 10111011 110001 110010

Color Harmonies of #41AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AFBE

Black with #41AFBE

Text Example


Text Example

White with #41AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,175,190); }

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

background-color css

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

 a { background-color: rgb(65,175,190); }

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

border-color css

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

 span { border-color: rgb(65,175,190); }

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