Html Css Color HEX #50C594 Keppel

📋 copy color: '#50C594'

red 80 ◦ green 197 ◦ blue 148

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

Shades of Keppel #50C594

Tints of Keppel #50C594

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.35%

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

R = 18.82%
G = 46.35%
B = 34.82%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#50C594 (or 0x50C594) is known color: Keppel. HEX triplet: 50, C5 and 94. RGB value is (80,197,148). Sum of RGB (Red+Green+Blue) = 80+197+148=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 197 - color contains mainly: green. Hex color #50C594 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C594 is #AF3A6B. Grayscale: #9C9C9C. Windows color (decimal): -11483756 or 9749840. OLE color: 9749840.

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

Color convert

RGB 80 197 148 -
CMYK 0.59 0 0.25 0.23
HSL 154.87º 0.5% 0.54% -
HSV(B) 154.87º 0.59% 0.77% -
XYZ 28.62 43.78 34.96 -
YUV 156.43 123.24 73.48 -
System Red Green Blue C M Y K H S L
Decimal 80 197 148 0.59 0 0.25 0.23 154.87 0.5 0.54
Hex 50 C5 94 3B 0 19 17 9B 32 36
Octal 120 305 224 73 0 31 27 233 62 66
Binary 1010000 11000101 10010100 111011 0 11001 10111 10011011 110010 110110

Color Harmonies of #50C594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C594

Black with #50C594

Text Example


Text Example

White with #50C594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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