Html Css Color HEX #41B7BC Viking

📋 copy color: '#41B7BC'

red 65 ◦ green 183 ◦ blue 188

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

Shades of Viking #41B7BC

Tints of Viking #41B7BC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.97%

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

R = 14.91%
G = 41.97%
B = 43.12%

CMYK

 C value IS 0.65

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#41B7BC (or 0x41B7BC) is known color: Viking. HEX triplet: 41, B7 and BC. RGB value is (65,183,188). Sum of RGB (Red+Green+Blue) = 65+183+188=436 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.91% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #41B7BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41B7BC is #BE4843. Grayscale: #949494. Windows color (decimal): -12470340 or 12367681. OLE color: 12367681.

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

Color convert

RGB 65 183 188 -
CMYK 0.65 0.03 0 0.26
HSL 182.44º 0.49% 0.5% -
HSV(B) 182.44º 0.65% 0.74% -
XYZ 28.19 38.62 53.55 -
YUV 148.29 150.41 68.59 -
System Red Green Blue C M Y K H S L
Decimal 65 183 188 0.65 0.03 0 0.26 182.44 0.49 0.5
Hex 41 B7 BC 41 3 0 1A B6 31 32
Octal 101 267 274 101 3 0 32 266 61 62
Binary 1000001 10110111 10111100 1000001 11 0 11010 10110110 110001 110010

Color Harmonies of #41B7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B7BC

Black with #41B7BC

Text Example


Text Example

White with #41B7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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