Html Css Color HEX #50AABC Viking

📋 copy color: '#50AABC'

red 80 ◦ green 170 ◦ blue 188

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

Shades of Viking #50AABC

Tints of Viking #50AABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.92%

R = 18.26%
G = 38.81%
B = 42.92%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#50AABC (or 0x50AABC) is known color: Viking. HEX triplet: 50, AA and BC. RGB value is (80,170,188). Sum of RGB (Red+Green+Blue) = 80+170+188=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #50AABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AABC is #AF5543. Grayscale: #909090. Windows color (decimal): -11490628 or 12364368. OLE color: 12364368.

HSL color Cylindrical-coordinate representation of color #50AABC: hue angle of 190º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50AABC is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 170 188 -
CMYK 0.57 0.10 0 0.26
HSL 190º 0.45% 0.53% -
HSV(B) 190º 0.57% 0.74% -
XYZ 26.76 34.09 52.75 -
YUV 145.14 152.18 81.54 -
System Red Green Blue C M Y K H S L
Decimal 80 170 188 0.57 0.10 0 0.26 190 0.45 0.53
Hex 50 AA BC 39 A 0 1A BE 2D 35
Octal 120 252 274 71 12 0 32 276 55 65
Binary 1010000 10101010 10111100 111001 1010 0 11010 10111110 101101 110101

Color Harmonies of #50AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AABC

Black with #50AABC

Text Example


Text Example

White with #50AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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