Html Css Color HEX #41B1BC Viking

📋 copy color: '#41B1BC'

red 65 ◦ green 177 ◦ blue 188

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

Shades of Viking #41B1BC

Tints of Viking #41B1BC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.16%

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 15.12%
G = 41.16%
B = 43.72%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#41B1BC (or 0x41B1BC) is known color: Viking. HEX triplet: 41, B1 and BC. RGB value is (65,177,188). Sum of RGB (Red+Green+Blue) = 65+177+188=430 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.12% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #41B1BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41B1BC is #BE4E43. Grayscale: #909090. Windows color (decimal): -12471876 or 12366145. OLE color: 12366145.

HSL color Cylindrical-coordinate representation of color #41B1BC: hue angle of 185.37º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41B1BC is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 177 188 -
CMYK 0.65 0.06 0 0.26
HSL 185.37º 0.49% 0.5% -
HSV(B) 185.37º 0.65% 0.74% -
XYZ 26.98 36.2 53.14 -
YUV 144.77 152.39 71.11 -
System Red Green Blue C M Y K H S L
Decimal 65 177 188 0.65 0.06 0 0.26 185.37 0.49 0.5
Hex 41 B1 BC 41 6 0 1A B9 31 32
Octal 101 261 274 101 6 0 32 271 61 62
Binary 1000001 10110001 10111100 1000001 110 0 11010 10111001 110001 110010

Color Harmonies of #41B1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B1BC

Black with #41B1BC

Text Example


Text Example

White with #41B1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,177,188); }

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

background-color css

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

 a { background-color: rgb(65,177,188); }

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

border-color css

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

 span { border-color: rgb(65,177,188); }

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