Html Css Color HEX #50BDBE Viking

📋 copy color: '#50BDBE'

red 80 ◦ green 189 ◦ blue 190

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

Shades of Viking #50BDBE

Tints of Viking #50BDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.18%

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

R = 17.43%
G = 41.18%
B = 41.39%

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#50BDBE (or 0x50BDBE) is known color: Viking. HEX triplet: 50, BD and BE. RGB value is (80,189,190). Sum of RGB (Red+Green+Blue) = 80+189+190=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #50BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BDBE is #AF4241. Grayscale: #9C9C9C. Windows color (decimal): -11485762 or 12500304. OLE color: 12500304.

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

Color convert

RGB 80 189 190 -
CMYK 0.58 0.01 0 0.25
HSL 180.55º 0.46% 0.53% -
HSV(B) 180.55º 0.58% 0.75% -
XYZ 30.8 41.82 55.16 -
YUV 156.52 146.89 73.42 -
System Red Green Blue C M Y K H S L
Decimal 80 189 190 0.58 0.01 0 0.25 180.55 0.46 0.53
Hex 50 BD BE 3A 1 0 19 B5 2E 35
Octal 120 275 276 72 1 0 31 265 56 65
Binary 1010000 10111101 10111110 111010 1 0 11001 10110101 101110 110101

Color Harmonies of #50BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BDBE

Black with #50BDBE

Text Example


Text Example

White with #50BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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