Html Css Color HEX #50B0BE Viking

📋 copy color: '#50B0BE'

red 80 ◦ green 176 ◦ blue 190

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

Shades of Viking #50B0BE

Tints of Viking #50B0BE

RGB

 RED value IS 80 (31.64% from 255) = 17.94%

 GREEN value IS 176 (69.14% from 255) = 39.46%

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

R = 17.94%
G = 39.46%
B = 42.6%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#50B0BE (or 0x50B0BE) is known color: Viking. HEX triplet: 50, B0 and BE. RGB value is (80,176,190). Sum of RGB (Red+Green+Blue) = 80+176+190=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #50B0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50B0BE is #AF4F41. Grayscale: #949494. Windows color (decimal): -11489090 or 12496976. OLE color: 12496976.

HSL color Cylindrical-coordinate representation of color #50B0BE: hue angle of 187.64º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50B0BE is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 176 190 -
CMYK 0.58 0.07 0 0.25
HSL 187.64º 0.46% 0.53% -
HSV(B) 187.64º 0.58% 0.75% -
XYZ 28.13 36.47 54.27 -
YUV 148.89 151.2 78.86 -
System Red Green Blue C M Y K H S L
Decimal 80 176 190 0.58 0.07 0 0.25 187.64 0.46 0.53
Hex 50 B0 BE 3A 7 0 19 BC 2E 35
Octal 120 260 276 72 7 0 31 274 56 65
Binary 1010000 10110000 10111110 111010 111 0 11001 10111100 101110 110101

Color Harmonies of #50B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B0BE

Black with #50B0BE

Text Example


Text Example

White with #50B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50B0BE; }

 p { color: rgb(80,176,190); }

 H1.HeaderClassName
 {
   color: #50B0BE;
 }
 .AnyTagClassName
 {
   color: #50B0BE;
 }
</style>

background-color css

<style>
 a { background-color: #50B0BE; }

 a { background-color: rgb(80,176,190); }

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

border-color css

<style>
 span { border-color: #50B0BE; }

 span { border-color: rgb(80,176,190); }

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