Html Css Color HEX #41B3BC Viking

📋 copy color: '#41B3BC'

red 65 ◦ green 179 ◦ blue 188

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

Shades of Viking #41B3BC

Tints of Viking #41B3BC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.44%

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

R = 15.05%
G = 41.44%
B = 43.52%

CMYK

 C value IS 0.65

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#41B3BC (or 0x41B3BC) is known color: Viking. HEX triplet: 41, B3 and BC. RGB value is (65,179,188). Sum of RGB (Red+Green+Blue) = 65+179+188=432 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.05% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #41B3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41B3BC is #BE4C43. Grayscale: #919191. Windows color (decimal): -12471364 or 12366657. OLE color: 12366657.

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

Color convert

RGB 65 179 188 -
CMYK 0.65 0.05 0 0.26
HSL 184.39º 0.49% 0.5% -
HSV(B) 184.39º 0.65% 0.74% -
XYZ 27.38 36.99 53.27 -
YUV 145.94 151.73 70.27 -
System Red Green Blue C M Y K H S L
Decimal 65 179 188 0.65 0.05 0 0.26 184.39 0.49 0.5
Hex 41 B3 BC 41 5 0 1A B8 31 32
Octal 101 263 274 101 5 0 32 270 61 62
Binary 1000001 10110011 10111100 1000001 101 0 11010 10111000 110001 110010

Color Harmonies of #41B3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B3BC

Black with #41B3BC

Text Example


Text Example

White with #41B3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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