Html Css Color HEX #50BFC0 Viking

📋 copy color: '#50BFC0'

red 80 ◦ green 191 ◦ blue 192

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

Shades of Viking #50BFC0

Tints of Viking #50BFC0

RGB

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

 GREEN value IS 191 (75% from 255) = 41.25%

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

R = 17.28%
G = 41.25%
B = 41.47%

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#50BFC0 (or 0x50BFC0) is known color: Viking. HEX triplet: 50, BF and C0. RGB value is (80,191,192). Sum of RGB (Red+Green+Blue) = 80+191+192=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #50BFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BFC0 is #AF403F. Grayscale: #9D9D9D. Windows color (decimal): -11485248 or 12631888. OLE color: 12631888.

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

Color convert

RGB 80 191 192 -
CMYK 0.58 0.01 0 0.25
HSL 180.54º 0.47% 0.53% -
HSV(B) 180.54º 0.58% 0.75% -
XYZ 31.45 42.77 56.47 -
YUV 157.93 147.23 72.42 -
System Red Green Blue C M Y K H S L
Decimal 80 191 192 0.58 0.01 0 0.25 180.54 0.47 0.53
Hex 50 BF C0 3A 1 0 19 B5 2F 35
Octal 120 277 300 72 1 0 31 265 57 65
Binary 1010000 10111111 11000000 111010 1 0 11001 10110101 101111 110101

Color Harmonies of #50BFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BFC0

Black with #50BFC0

Text Example


Text Example

White with #50BFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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