Html Css Color HEX #50B991 Keppel

📋 copy color: '#50B991'

red 80 ◦ green 185 ◦ blue 145

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

Shades of Keppel #50B991

Tints of Keppel #50B991

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.12%

 BLUE value IS 145 (57.03% from 255) = 35.37%

R = 19.51%
G = 45.12%
B = 35.37%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#50B991 (or 0x50B991) is known color: Keppel. HEX triplet: 50, B9 and 91. RGB value is (80,185,145). Sum of RGB (Red+Green+Blue) = 80+185+145=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 185 - color contains mainly: green. Hex color #50B991 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B991 is #AF466E. Grayscale: #959595. Windows color (decimal): -11486831 or 9550160. OLE color: 9550160.

HSL color Cylindrical-coordinate representation of color #50B991: hue angle of 157.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B991 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 185 145 -
CMYK 0.57 0 0.22 0.27
HSL 157.14º 0.43% 0.52% -
HSV(B) 157.14º 0.57% 0.73% -
XYZ 25.77 38.45 32.85 -
YUV 149.05 125.71 78.75 -
System Red Green Blue C M Y K H S L
Decimal 80 185 145 0.57 0 0.22 0.27 157.14 0.43 0.52
Hex 50 B9 91 39 0 16 1B 9D 2B 34
Octal 120 271 221 71 0 26 33 235 53 64
Binary 1010000 10111001 10010001 111001 0 10110 11011 10011101 101011 110100

Color Harmonies of #50B991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B991

Black with #50B991

Text Example


Text Example

White with #50B991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,185,145); }

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

background-color css

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

 a { background-color: rgb(80,185,145); }

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

border-color css

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

 span { border-color: rgb(80,185,145); }

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