Html Css Color HEX #50B9BE Viking

📋 copy color: '#50B9BE'

red 80 ◦ green 185 ◦ blue 190

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

Shades of Viking #50B9BE

Tints of Viking #50B9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.66%

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

R = 17.58%
G = 40.66%
B = 41.76%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#50B9BE (or 0x50B9BE) is known color: Viking. HEX triplet: 50, B9 and BE. RGB value is (80,185,190). Sum of RGB (Red+Green+Blue) = 80+185+190=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #50B9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B9BE is #AF4641. Grayscale: #9A9A9A. Windows color (decimal): -11486786 or 12499280. OLE color: 12499280.

HSL color Cylindrical-coordinate representation of color #50B9BE: hue angle of 182.73º 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 #50B9BE is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 185 190 -
CMYK 0.58 0.03 0 0.25
HSL 182.73º 0.46% 0.53% -
HSV(B) 182.73º 0.58% 0.75% -
XYZ 29.95 40.12 54.88 -
YUV 154.18 148.21 75.09 -
System Red Green Blue C M Y K H S L
Decimal 80 185 190 0.58 0.03 0 0.25 182.73 0.46 0.53
Hex 50 B9 BE 3A 3 0 19 B7 2E 35
Octal 120 271 276 72 3 0 31 267 56 65
Binary 1010000 10111001 10111110 111010 11 0 11001 10110111 101110 110101

Color Harmonies of #50B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B9BE

Black with #50B9BE

Text Example


Text Example

White with #50B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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