Html Css Color HEX #41B9BC Viking

📋 copy color: '#41B9BC'

red 65 ◦ green 185 ◦ blue 188

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

Shades of Viking #41B9BC

Tints of Viking #41B9BC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.24%

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

R = 14.84%
G = 42.24%
B = 42.92%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#41B9BC (or 0x41B9BC) is known color: Viking. HEX triplet: 41, B9 and BC. RGB value is (65,185,188). Sum of RGB (Red+Green+Blue) = 65+185+188=438 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.84% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #41B9BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41B9BC is #BE4643. Grayscale: #959595. Windows color (decimal): -12469828 or 12368193. OLE color: 12368193.

HSL color Cylindrical-coordinate representation of color #41B9BC: hue angle of 181.46º 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 #41B9BC is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 185 188 -
CMYK 0.65 0.02 0 0.26
HSL 181.46º 0.49% 0.5% -
HSV(B) 181.46º 0.65% 0.74% -
XYZ 28.61 39.45 53.68 -
YUV 149.46 149.74 67.76 -
System Red Green Blue C M Y K H S L
Decimal 65 185 188 0.65 0.02 0 0.26 181.46 0.49 0.5
Hex 41 B9 BC 41 2 0 1A B5 31 32
Octal 101 271 274 101 2 0 32 265 61 62
Binary 1000001 10111001 10111100 1000001 10 0 11010 10110101 110001 110010

Color Harmonies of #41B9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B9BC

Black with #41B9BC

Text Example


Text Example

White with #41B9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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