Html Css Color HEX #50ADBE Viking

📋 copy color: '#50ADBE'

red 80 ◦ green 173 ◦ blue 190

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

Shades of Viking #50ADBE

Tints of Viking #50ADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.05%

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

R = 18.06%
G = 39.05%
B = 42.89%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#50ADBE (or 0x50ADBE) is known color: Viking. HEX triplet: 50, AD and BE. RGB value is (80,173,190). Sum of RGB (Red+Green+Blue) = 80+173+190=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #50ADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADBE is #AF5241. Grayscale: #929292. Windows color (decimal): -11489858 or 12496208. OLE color: 12496208.

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

Color convert

RGB 80 173 190 -
CMYK 0.58 0.09 0 0.25
HSL 189.27º 0.46% 0.53% -
HSV(B) 189.27º 0.58% 0.75% -
XYZ 27.55 35.31 54.08 -
YUV 147.13 152.19 80.12 -
System Red Green Blue C M Y K H S L
Decimal 80 173 190 0.58 0.09 0 0.25 189.27 0.46 0.53
Hex 50 AD BE 3A 9 0 19 BD 2E 35
Octal 120 255 276 72 11 0 31 275 56 65
Binary 1010000 10101101 10111110 111010 1001 0 11001 10111101 101110 110101

Color Harmonies of #50ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ADBE

Black with #50ADBE

Text Example


Text Example

White with #50ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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