Html Css Color HEX #41BCB8 Viking

📋 copy color: '#41BCB8'

red 65 ◦ green 188 ◦ blue 184

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

Shades of Viking #41BCB8

Tints of Viking #41BCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.11%

R = 14.87%
G = 43.02%
B = 42.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#41BCB8 (or 0x41BCB8) is known color: Viking. HEX triplet: 41, BC and B8. RGB value is (65,188,184). Sum of RGB (Red+Green+Blue) = 65+188+184=437 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.87% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #41BCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BCB8 is #BE4347. Grayscale: #969696. Windows color (decimal): -12469064 or 12106817. OLE color: 12106817.

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

Color convert

RGB 65 188 184 -
CMYK 0.65 0 0.02 0.26
HSL 178.05º 0.49% 0.5% -
HSV(B) 178.05º 0.65% 0.74% -
XYZ 28.81 40.55 51.66 -
YUV 150.77 146.75 66.83 -
System Red Green Blue C M Y K H S L
Decimal 65 188 184 0.65 0 0.02 0.26 178.05 0.49 0.5
Hex 41 BC B8 41 0 2 1A B2 31 32
Octal 101 274 270 101 0 2 32 262 61 62
Binary 1000001 10111100 10111000 1000001 0 10 11010 10110010 110001 110010

Color Harmonies of #41BCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BCB8

Black with #41BCB8

Text Example


Text Example

White with #41BCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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