Html Css Color HEX #50BEBE Viking

📋 copy color: '#50BEBE'

red 80 ◦ green 190 ◦ blue 190

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

Shades of Viking #50BEBE

Tints of Viking #50BEBE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.3%

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

R = 17.39%
G = 41.3%
B = 41.3%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#50BEBE (or 0x50BEBE) is known color: Viking. HEX triplet: 50, BE and BE. RGB value is (80,190,190). Sum of RGB (Red+Green+Blue) = 80+190+190=460 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.39% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #50BEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BEBE is #AF4141. Grayscale: #9D9D9D. Windows color (decimal): -11485506 or 12500560. OLE color: 12500560.

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

Color convert

RGB 80 190 190 -
CMYK 0.58 0 0 0.25
HSL 180º 0.46% 0.53% -
HSV(B) 180º 0.58% 0.75% -
XYZ 31.02 42.25 55.24 -
YUV 157.11 146.56 73 -
System Red Green Blue C M Y K H S L
Decimal 80 190 190 0.58 0 0 0.25 180 0.46 0.53
Hex 50 BE BE 3A 0 0 19 B4 2E 35
Octal 120 276 276 72 0 0 31 264 56 65
Binary 1010000 10111110 10111110 111010 0 0 11001 10110100 101110 110101

Color Harmonies of #50BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BEBE

Black with #50BEBE

Text Example


Text Example

White with #50BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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