Html Css Color HEX #50B2BE Viking

📋 copy color: '#50B2BE'

red 80 ◦ green 178 ◦ blue 190

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

Shades of Viking #50B2BE

Tints of Viking #50B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.73%

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

R = 17.86%
G = 39.73%
B = 42.41%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#50B2BE (or 0x50B2BE) is known color: Viking. HEX triplet: 50, B2 and BE. RGB value is (80,178,190). Sum of RGB (Red+Green+Blue) = 80+178+190=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #50B2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50B2BE is #AF4D41. Grayscale: #959595. Windows color (decimal): -11488578 or 12497488. OLE color: 12497488.

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

Color convert

RGB 80 178 190 -
CMYK 0.58 0.06 0 0.25
HSL 186.55º 0.46% 0.53% -
HSV(B) 186.55º 0.58% 0.75% -
XYZ 28.52 37.26 54.4 -
YUV 150.07 150.53 78.02 -
System Red Green Blue C M Y K H S L
Decimal 80 178 190 0.58 0.06 0 0.25 186.55 0.46 0.53
Hex 50 B2 BE 3A 6 0 19 BB 2E 35
Octal 120 262 276 72 6 0 31 273 56 65
Binary 1010000 10110010 10111110 111010 110 0 11001 10111011 101110 110101

Color Harmonies of #50B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B2BE

Black with #50B2BE

Text Example


Text Example

White with #50B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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