Html Css Color HEX #50BC93 Keppel

📋 copy color: '#50BC93'

red 80 ◦ green 188 ◦ blue 147

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

Shades of Keppel #50BC93

Tints of Keppel #50BC93

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.3%

 BLUE value IS 147 (57.81% from 255) = 35.42%

R = 19.28%
G = 45.3%
B = 35.42%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#50BC93 (or 0x50BC93) is known color: Keppel. HEX triplet: 50, BC and 93. RGB value is (80,188,147). Sum of RGB (Red+Green+Blue) = 80+188+147=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BC93 is #AF436C. Grayscale: #979797. Windows color (decimal): -11486061 or 9682000. OLE color: 9682000.

HSL color Cylindrical-coordinate representation of color #50BC93: hue angle of 157.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BC93 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 147 -
CMYK 0.57 0 0.22 0.26
HSL 157.22º 0.45% 0.53% -
HSV(B) 157.22º 0.57% 0.74% -
XYZ 26.56 39.78 33.88 -
YUV 151.03 125.72 77.33 -
System Red Green Blue C M Y K H S L
Decimal 80 188 147 0.57 0 0.22 0.26 157.22 0.45 0.53
Hex 50 BC 93 39 0 16 1A 9D 2D 35
Octal 120 274 223 71 0 26 32 235 55 65
Binary 1010000 10111100 10010011 111001 0 10110 11010 10011101 101101 110101

Color Harmonies of #50BC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC93

Black with #50BC93

Text Example


Text Example

White with #50BC93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,188,147); }

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

background-color css

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

 a { background-color: rgb(80,188,147); }

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

border-color css

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

 span { border-color: rgb(80,188,147); }

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