Html Css Color HEX #50AFC0 Viking

📋 copy color: '#50AFC0'

red 80 ◦ green 175 ◦ blue 192

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

Shades of Viking #50AFC0

Tints of Viking #50AFC0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.15%

 BLUE value IS 192 (75.39% from 255) = 42.95%

R = 17.9%
G = 39.15%
B = 42.95%

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

#50AFC0 (or 0x50AFC0) is known color: Viking. HEX triplet: 50, AF and C0. RGB value is (80,175,192). Sum of RGB (Red+Green+Blue) = 80+175+192=447 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.90% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #50AFC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AFC0 is #AF503F. Grayscale: #949494. Windows color (decimal): -11489344 or 12627792. OLE color: 12627792.

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

Color convert

RGB 80 175 192 -
CMYK 0.58 0.09 0 0.25
HSL 189.11º 0.47% 0.53% -
HSV(B) 189.11º 0.58% 0.75% -
XYZ 28.15 36.17 55.37 -
YUV 148.53 152.53 79.12 -
System Red Green Blue C M Y K H S L
Decimal 80 175 192 0.58 0.09 0 0.25 189.11 0.47 0.53
Hex 50 AF C0 3A 9 0 19 BD 2F 35
Octal 120 257 300 72 11 0 31 275 57 65
Binary 1010000 10101111 11000000 111010 1001 0 11001 10111101 101111 110101

Color Harmonies of #50AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AFC0

Black with #50AFC0

Text Example


Text Example

White with #50AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,175,192); }

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

background-color css

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

 a { background-color: rgb(80,175,192); }

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

border-color css

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

 span { border-color: rgb(80,175,192); }

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