Html Css Color HEX #50C596 Keppel

📋 copy color: '#50C596'

red 80 ◦ green 197 ◦ blue 150

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

Shades of Keppel #50C596

Tints of Keppel #50C596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.13%

R = 18.74%
G = 46.14%
B = 35.13%

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

#50C596 (or 0x50C596) is known color: Keppel. HEX triplet: 50, C5 and 96. RGB value is (80,197,150). Sum of RGB (Red+Green+Blue) = 80+197+150=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 197 - color contains mainly: green. Hex color #50C596 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C596 is #AF3A69. Grayscale: #9C9C9C. Windows color (decimal): -11483754 or 9880912. OLE color: 9880912.

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

Color convert

RGB 80 197 150 -
CMYK 0.59 0 0.24 0.23
HSL 155.9º 0.5% 0.54% -
HSV(B) 155.9º 0.59% 0.77% -
XYZ 28.78 43.84 35.8 -
YUV 156.66 124.24 73.32 -
System Red Green Blue C M Y K H S L
Decimal 80 197 150 0.59 0 0.24 0.23 155.9 0.5 0.54
Hex 50 C5 96 3B 0 18 17 9C 32 36
Octal 120 305 226 73 0 30 27 234 62 66
Binary 1010000 11000101 10010110 111011 0 11000 10111 10011100 110010 110110

Color Harmonies of #50C596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C596

Black with #50C596

Text Example


Text Example

White with #50C596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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