Html Css Color HEX #50C194 Keppel

📋 copy color: '#50C194'

red 80 ◦ green 193 ◦ blue 148

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

Shades of Keppel #50C194

Tints of Keppel #50C194

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.84%

 BLUE value IS 148 (58.2% from 255) = 35.15%

R = 19%
G = 45.84%
B = 35.15%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#50C194 (or 0x50C194) is known color: Keppel. HEX triplet: 50, C1 and 94. RGB value is (80,193,148). Sum of RGB (Red+Green+Blue) = 80+193+148=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #50C194 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C194 is #AF3E6B. Grayscale: #9A9A9A. Windows color (decimal): -11484780 or 9748816. OLE color: 9748816.

HSL color Cylindrical-coordinate representation of color #50C194: hue angle of 156.11º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C194 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 193 148 -
CMYK 0.59 0 0.23 0.24
HSL 156.11º 0.48% 0.54% -
HSV(B) 156.11º 0.59% 0.76% -
XYZ 27.72 41.98 34.66 -
YUV 154.08 124.56 75.16 -
System Red Green Blue C M Y K H S L
Decimal 80 193 148 0.59 0 0.23 0.24 156.11 0.48 0.54
Hex 50 C1 94 3B 0 17 18 9C 30 36
Octal 120 301 224 73 0 27 30 234 60 66
Binary 1010000 11000001 10010100 111011 0 10111 11000 10011100 110000 110110

Color Harmonies of #50C194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C194

Black with #50C194

Text Example


Text Example

White with #50C194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,193,148); }

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

background-color css

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

 a { background-color: rgb(80,193,148); }

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

border-color css

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

 span { border-color: rgb(80,193,148); }

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