Html Css Color HEX #50ABB9 Viking

📋 copy color: '#50ABB9'

red 80 ◦ green 171 ◦ blue 185

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

Shades of Viking #50ABB9

Tints of Viking #50ABB9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.22%

 BLUE value IS 185 (72.66% from 255) = 42.43%

R = 18.35%
G = 39.22%
B = 42.43%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#50ABB9 (or 0x50ABB9) is known color: Viking. HEX triplet: 50, AB and B9. RGB value is (80,171,185). Sum of RGB (Red+Green+Blue) = 80+171+185=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 185 - color contains mainly: blue. Hex color #50ABB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ABB9 is #AF5446. Grayscale: #919191. Windows color (decimal): -11490375 or 12168016. OLE color: 12168016.

HSL color Cylindrical-coordinate representation of color #50ABB9: hue angle of 188º 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 #50ABB9 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 171 185 -
CMYK 0.57 0.08 0 0.27
HSL 188º 0.43% 0.52% -
HSV(B) 188º 0.57% 0.73% -
XYZ 26.63 34.33 51.12 -
YUV 145.39 150.35 81.36 -
System Red Green Blue C M Y K H S L
Decimal 80 171 185 0.57 0.08 0 0.27 188 0.43 0.52
Hex 50 AB B9 39 8 0 1B BC 2B 34
Octal 120 253 271 71 10 0 33 274 53 64
Binary 1010000 10101011 10111001 111001 1000 0 11011 10111100 101011 110100

Color Harmonies of #50ABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ABB9

Black with #50ABB9

Text Example


Text Example

White with #50ABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,171,185); }

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

background-color css

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

 a { background-color: rgb(80,171,185); }

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

border-color css

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

 span { border-color: rgb(80,171,185); }

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