Html Css Color HEX #41B0BE Viking

📋 copy color: '#41B0BE'

red 65 ◦ green 176 ◦ blue 190

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

Shades of Viking #41B0BE

Tints of Viking #41B0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.84%

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

R = 15.08%
G = 40.84%
B = 44.08%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#41B0BE (or 0x41B0BE) is known color: Viking. HEX triplet: 41, B0 and BE. RGB value is (65,176,190). Sum of RGB (Red+Green+Blue) = 65+176+190=431 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.08% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #41B0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41B0BE is #BE4F41. Grayscale: #909090. Windows color (decimal): -12472130 or 12496961. OLE color: 12496961.

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

Color convert

RGB 65 176 190 -
CMYK 0.66 0.07 0 0.25
HSL 186.72º 0.49% 0.5% -
HSV(B) 186.72º 0.66% 0.75% -
XYZ 27 35.89 54.22 -
YUV 144.41 153.73 71.36 -
System Red Green Blue C M Y K H S L
Decimal 65 176 190 0.66 0.07 0 0.25 186.72 0.49 0.5
Hex 41 B0 BE 42 7 0 19 BB 31 32
Octal 101 260 276 102 7 0 31 273 61 62
Binary 1000001 10110000 10111110 1000010 111 0 11001 10111011 110001 110010

Color Harmonies of #41B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B0BE

Black with #41B0BE

Text Example


Text Example

White with #41B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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