Html Css Color HEX #41BCBE Viking

📋 copy color: '#41BCBE'

red 65 ◦ green 188 ◦ blue 190

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

Shades of Viking #41BCBE

Tints of Viking #41BCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.44%

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

R = 14.67%
G = 42.44%
B = 42.89%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#41BCBE (or 0x41BCBE) is known color: Viking. HEX triplet: 41, BC and BE. RGB value is (65,188,190). Sum of RGB (Red+Green+Blue) = 65+188+190=443 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.67% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #41BCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BCBE is #BE4341. Grayscale: #979797. Windows color (decimal): -12469058 or 12500033. OLE color: 12500033.

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

Color convert

RGB 65 188 190 -
CMYK 0.66 0.01 0 0.25
HSL 180.96º 0.49% 0.5% -
HSV(B) 180.96º 0.66% 0.75% -
XYZ 29.46 40.81 55.04 -
YUV 151.45 149.75 66.34 -
System Red Green Blue C M Y K H S L
Decimal 65 188 190 0.66 0.01 0 0.25 180.96 0.49 0.5
Hex 41 BC BE 42 1 0 19 B5 31 32
Octal 101 274 276 102 1 0 31 265 61 62
Binary 1000001 10111100 10111110 1000010 1 0 11001 10110101 110001 110010

Color Harmonies of #41BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BCBE

Black with #41BCBE

Text Example


Text Example

White with #41BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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