Html Css Color HEX #50AEBF Viking

📋 copy color: '#50AEBF'

red 80 ◦ green 174 ◦ blue 191

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

Shades of Viking #50AEBF

Tints of Viking #50AEBF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.1%

 BLUE value IS 191 (75% from 255) = 42.92%

R = 17.98%
G = 39.1%
B = 42.92%

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

#50AEBF (or 0x50AEBF) is known color: Viking. HEX triplet: 50, AE and BF. RGB value is (80,174,191). Sum of RGB (Red+Green+Blue) = 80+174+191=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #50AEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AEBF is #AF5140. Grayscale: #939393. Windows color (decimal): -11489601 or 12562000. OLE color: 12562000.

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

Color convert

RGB 80 174 191 -
CMYK 0.58 0.09 0 0.25
HSL 189.19º 0.46% 0.53% -
HSV(B) 189.19º 0.58% 0.75% -
XYZ 27.85 35.74 54.72 -
YUV 147.83 152.36 79.62 -
System Red Green Blue C M Y K H S L
Decimal 80 174 191 0.58 0.09 0 0.25 189.19 0.46 0.53
Hex 50 AE BF 3A 9 0 19 BD 2E 35
Octal 120 256 277 72 11 0 31 275 56 65
Binary 1010000 10101110 10111111 111010 1001 0 11001 10111101 101110 110101

Color Harmonies of #50AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AEBF

Black with #50AEBF

Text Example


Text Example

White with #50AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,174,191); }

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

background-color css

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

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

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

border-color css

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

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

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