Html Css Color HEX #50B7BE Viking

📋 copy color: '#50B7BE'

red 80 ◦ green 183 ◦ blue 190

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

Shades of Viking #50B7BE

Tints of Viking #50B7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.4%

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

R = 17.66%
G = 40.4%
B = 41.94%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#50B7BE (or 0x50B7BE) is known color: Viking. HEX triplet: 50, B7 and BE. RGB value is (80,183,190). Sum of RGB (Red+Green+Blue) = 80+183+190=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #50B7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B7BE is #AF4841. Grayscale: #989898. Windows color (decimal): -11487298 or 12498768. OLE color: 12498768.

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

Color convert

RGB 80 183 190 -
CMYK 0.58 0.04 0 0.25
HSL 183.82º 0.46% 0.53% -
HSV(B) 183.82º 0.58% 0.75% -
XYZ 29.54 39.29 54.74 -
YUV 153 148.88 75.93 -
System Red Green Blue C M Y K H S L
Decimal 80 183 190 0.58 0.04 0 0.25 183.82 0.46 0.53
Hex 50 B7 BE 3A 4 0 19 B8 2E 35
Octal 120 267 276 72 4 0 31 270 56 65
Binary 1010000 10110111 10111110 111010 100 0 11001 10111000 101110 110101

Color Harmonies of #50B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B7BE

Black with #50B7BE

Text Example


Text Example

White with #50B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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