Html Css Color HEX #50AABF Viking

📋 copy color: '#50AABF'

red 80 ◦ green 170 ◦ blue 191

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

Shades of Viking #50AABF

Tints of Viking #50AABF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.55%

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

R = 18.14%
G = 38.55%
B = 43.31%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#50AABF (or 0x50AABF) is known color: Viking. HEX triplet: 50, AA and BF. RGB value is (80,170,191). Sum of RGB (Red+Green+Blue) = 80+170+191=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #50AABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AABF is #AF5540. Grayscale: #919191. Windows color (decimal): -11490625 or 12560976. OLE color: 12560976.

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

Color convert

RGB 80 170 191 -
CMYK 0.58 0.11 0 0.25
HSL 191.35º 0.46% 0.53% -
HSV(B) 191.35º 0.58% 0.75% -
XYZ 27.09 34.22 54.47 -
YUV 145.48 153.68 81.29 -
System Red Green Blue C M Y K H S L
Decimal 80 170 191 0.58 0.11 0 0.25 191.35 0.46 0.53
Hex 50 AA BF 3A B 0 19 BF 2E 35
Octal 120 252 277 72 13 0 31 277 56 65
Binary 1010000 10101010 10111111 111010 1011 0 11001 10111111 101110 110101

Color Harmonies of #50AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AABF

Black with #50AABF

Text Example


Text Example

White with #50AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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