Html Css Color HEX #50C494 Keppel

📋 copy color: '#50C494'

red 80 ◦ green 196 ◦ blue 148

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

Shades of Keppel #50C494

Tints of Keppel #50C494

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.23%

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

R = 18.87%
G = 46.23%
B = 34.91%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#50C494 (or 0x50C494) is known color: Keppel. HEX triplet: 50, C4 and 94. RGB value is (80,196,148). Sum of RGB (Red+Green+Blue) = 80+196+148=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 196 - color contains mainly: green. Hex color #50C494 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C494 is #AF3B6B. Grayscale: #9B9B9B. Windows color (decimal): -11484012 or 9749584. OLE color: 9749584.

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

Color convert

RGB 80 196 148 -
CMYK 0.59 0 0.24 0.23
HSL 155.17º 0.5% 0.54% -
HSV(B) 155.17º 0.59% 0.77% -
XYZ 28.39 43.32 34.88 -
YUV 155.84 123.57 73.9 -
System Red Green Blue C M Y K H S L
Decimal 80 196 148 0.59 0 0.24 0.23 155.17 0.5 0.54
Hex 50 C4 94 3B 0 18 17 9B 32 36
Octal 120 304 224 73 0 30 27 233 62 66
Binary 1010000 11000100 10010100 111011 0 11000 10111 10011011 110010 110110

Color Harmonies of #50C494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C494

Black with #50C494

Text Example


Text Example

White with #50C494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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