Html Css Color HEX #50BE91 Keppel

📋 copy color: '#50BE91'

red 80 ◦ green 190 ◦ blue 145

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

Shades of Keppel #50BE91

Tints of Keppel #50BE91

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.78%

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

R = 19.28%
G = 45.78%
B = 34.94%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#50BE91 (or 0x50BE91) is known color: Keppel. HEX triplet: 50, BE and 91. RGB value is (80,190,145). Sum of RGB (Red+Green+Blue) = 80+190+145=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BE91 is #AF416E. Grayscale: #989898. Windows color (decimal): -11485551 or 9551440. OLE color: 9551440.

HSL color Cylindrical-coordinate representation of color #50BE91: hue angle of 155.45º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BE91 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 190 145 -
CMYK 0.58 0 0.24 0.25
HSL 155.45º 0.46% 0.53% -
HSV(B) 155.45º 0.58% 0.75% -
XYZ 26.83 40.58 33.21 -
YUV 151.98 124.06 76.66 -
System Red Green Blue C M Y K H S L
Decimal 80 190 145 0.58 0 0.24 0.25 155.45 0.46 0.53
Hex 50 BE 91 3A 0 18 19 9B 2E 35
Octal 120 276 221 72 0 30 31 233 56 65
Binary 1010000 10111110 10010001 111010 0 11000 11001 10011011 101110 110101

Color Harmonies of #50BE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BE91

Black with #50BE91

Text Example


Text Example

White with #50BE91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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