Html Css Color HEX #50ACBD Viking

📋 copy color: '#50ACBD'

red 80 ◦ green 172 ◦ blue 189

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

Shades of Viking #50ACBD

Tints of Viking #50ACBD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39%

 BLUE value IS 189 (74.22% from 255) = 42.86%

R = 18.14%
G = 39%
B = 42.86%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#50ACBD (or 0x50ACBD) is known color: Viking. HEX triplet: 50, AC and BD. RGB value is (80,172,189). Sum of RGB (Red+Green+Blue) = 80+172+189=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #50ACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ACBD is #AF5342. Grayscale: #929292. Windows color (decimal): -11490115 or 12430416. OLE color: 12430416.

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

Color convert

RGB 80 172 189 -
CMYK 0.58 0.09 0 0.26
HSL 189.36º 0.45% 0.53% -
HSV(B) 189.36º 0.58% 0.74% -
XYZ 27.25 34.88 53.44 -
YUV 146.43 152.02 80.62 -
System Red Green Blue C M Y K H S L
Decimal 80 172 189 0.58 0.09 0 0.26 189.36 0.45 0.53
Hex 50 AC BD 3A 9 0 1A BD 2D 35
Octal 120 254 275 72 11 0 32 275 55 65
Binary 1010000 10101100 10111101 111010 1001 0 11010 10111101 101101 110101

Color Harmonies of #50ACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ACBD

Black with #50ACBD

Text Example


Text Example

White with #50ACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,172,189); }

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

background-color css

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

 a { background-color: rgb(80,172,189); }

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

border-color css

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

 span { border-color: rgb(80,172,189); }

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