Html Css Color HEX #50ADBA Viking

📋 copy color: '#50ADBA'

red 80 ◦ green 173 ◦ blue 186

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

Shades of Viking #50ADBA

Tints of Viking #50ADBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.37%

R = 18.22%
G = 39.41%
B = 42.37%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#50ADBA (or 0x50ADBA) is known color: Viking. HEX triplet: 50, AD and BA. RGB value is (80,173,186). Sum of RGB (Red+Green+Blue) = 80+173+186=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #50ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADBA is #AF5245. Grayscale: #929292. Windows color (decimal): -11489862 or 12234064. OLE color: 12234064.

HSL color Cylindrical-coordinate representation of color #50ADBA: hue angle of 187.36º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50ADBA is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 173 186 -
CMYK 0.57 0.07 0 0.27
HSL 187.36º 0.43% 0.52% -
HSV(B) 187.36º 0.57% 0.73% -
XYZ 27.11 35.14 51.81 -
YUV 146.68 150.19 80.44 -
System Red Green Blue C M Y K H S L
Decimal 80 173 186 0.57 0.07 0 0.27 187.36 0.43 0.52
Hex 50 AD BA 39 7 0 1B BB 2B 34
Octal 120 255 272 71 7 0 33 273 53 64
Binary 1010000 10101101 10111010 111001 111 0 11011 10111011 101011 110100

Color Harmonies of #50ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ADBA

Black with #50ADBA

Text Example


Text Example

White with #50ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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