Html Css Color HEX #50C0C8 Viking

📋 copy color: '#50C0C8'

red 80 ◦ green 192 ◦ blue 200

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

Shades of Viking #50C0C8

Tints of Viking #50C0C8

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.68%

 BLUE value IS 200 (78.52% from 255) = 42.37%

R = 16.95%
G = 40.68%
B = 42.37%

CMYK

 C value IS 0.6

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#50C0C8 (or 0x50C0C8) is known color: Viking. HEX triplet: 50, C0 and C8. RGB value is (80,192,200). Sum of RGB (Red+Green+Blue) = 80+192+200=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #50C0C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C0C8 is #AF3F37. Grayscale: #9F9F9F. Windows color (decimal): -11484984 or 13156432. OLE color: 13156432.

HSL color Cylindrical-coordinate representation of color #50C0C8: hue angle of 184º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C0C8 is Cyan = 0.6, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 192 200 -
CMYK 0.6 0.04 0 0.22
HSL 184º 0.52% 0.55% -
HSV(B) 184º 0.6% 0.78% -
XYZ 32.58 43.57 61.34 -
YUV 159.42 150.89 71.35 -
System Red Green Blue C M Y K H S L
Decimal 80 192 200 0.6 0.04 0 0.22 184 0.52 0.55
Hex 50 C0 C8 3C 4 0 16 B8 34 37
Octal 120 300 310 74 4 0 26 270 64 67
Binary 1010000 11000000 11001000 111100 100 0 10110 10111000 110100 110111

Color Harmonies of #50C0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C0C8

Black with #50C0C8

Text Example


Text Example

White with #50C0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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