Html Css Color HEX #41BCC0 Viking

📋 copy color: '#41BCC0'

red 65 ◦ green 188 ◦ blue 192

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

Shades of Viking #41BCC0

Tints of Viking #41BCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.15%

R = 14.61%
G = 42.25%
B = 43.15%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#41BCC0 (or 0x41BCC0) is known color: Viking. HEX triplet: 41, BC and C0. RGB value is (65,188,192). Sum of RGB (Red+Green+Blue) = 65+188+192=445 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.61% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #41BCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BCC0 is #BE433F. Grayscale: #979797. Windows color (decimal): -12469056 or 12631105. OLE color: 12631105.

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

Color convert

RGB 65 188 192 -
CMYK 0.66 0.02 0 0.25
HSL 181.89º 0.5% 0.5% -
HSV(B) 181.89º 0.66% 0.75% -
XYZ 29.68 40.9 56.2 -
YUV 151.68 150.75 66.17 -
System Red Green Blue C M Y K H S L
Decimal 65 188 192 0.66 0.02 0 0.25 181.89 0.5 0.5
Hex 41 BC C0 42 2 0 19 B6 32 32
Octal 101 274 300 102 2 0 31 266 62 62
Binary 1000001 10111100 11000000 1000010 10 0 11001 10110110 110010 110010

Color Harmonies of #41BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BCC0

Black with #41BCC0

Text Example


Text Example

White with #41BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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