Html Css Color HEX #50B391 Keppel

📋 copy color: '#50B391'

red 80 ◦ green 179 ◦ blue 145

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

Shades of Keppel #50B391

Tints of Keppel #50B391

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.31%

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

R = 19.8%
G = 44.31%
B = 35.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#50B391 (or 0x50B391) is known color: Keppel. HEX triplet: 50, B3 and 91. RGB value is (80,179,145). Sum of RGB (Red+Green+Blue) = 80+179+145=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 179 - color contains mainly: green. Hex color #50B391 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B391 is #AF4C6E. Grayscale: #919191. Windows color (decimal): -11488367 or 9548624. OLE color: 9548624.

HSL color Cylindrical-coordinate representation of color #50B391: hue angle of 159.39º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B391 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 179 145 -
CMYK 0.55 0 0.19 0.30
HSL 159.39º 0.39% 0.51% -
HSV(B) 159.39º 0.55% 0.7% -
XYZ 24.54 35.99 32.44 -
YUV 145.52 127.7 81.26 -
System Red Green Blue C M Y K H S L
Decimal 80 179 145 0.55 0 0.19 0.30 159.39 0.39 0.51
Hex 50 B3 91 37 0 13 1E 9F 27 33
Octal 120 263 221 67 0 23 36 237 47 63
Binary 1010000 10110011 10010001 110111 0 10011 11110 10011111 100111 110011

Color Harmonies of #50B391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B391

Black with #50B391

Text Example


Text Example

White with #50B391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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