Html Css Color HEX #50CE9E Medium Aquamarine

📋 copy color: '#50CE9E'

red 80 ◦ green 206 ◦ blue 158

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

Shades of Medium Aquamarine #50CE9E

Tints of Medium Aquamarine #50CE9E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.4%

 BLUE value IS 158 (62.11% from 255) = 35.59%

R = 18.02%
G = 46.4%
B = 35.59%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#50CE9E (or 0x50CE9E) is known color: Medium Aquamarine. HEX triplet: 50, CE and 9E. RGB value is (80,206,158). Sum of RGB (Red+Green+Blue) = 80+206+158=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CE9E is #AF3161. Grayscale: #A2A2A2. Windows color (decimal): -11481442 or 10407504. OLE color: 10407504.

HSL color Cylindrical-coordinate representation of color #50CE9E: hue angle of 157.14º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CE9E is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 206 158 -
CMYK 0.61 0 0.23 0.19
HSL 157.14º 0.56% 0.56% -
HSV(B) 157.14º 0.61% 0.81% -
XYZ 31.55 48.32 40.01 -
YUV 162.85 125.26 68.9 -
System Red Green Blue C M Y K H S L
Decimal 80 206 158 0.61 0 0.23 0.19 157.14 0.56 0.56
Hex 50 CE 9E 3D 0 17 13 9D 38 38
Octal 120 316 236 75 0 27 23 235 70 70
Binary 1010000 11001110 10011110 111101 0 10111 10011 10011101 111000 111000

Color Harmonies of #50CE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CE9E

Black with #50CE9E

Text Example


Text Example

White with #50CE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,206,158); }

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

background-color css

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

 a { background-color: rgb(80,206,158); }

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

border-color css

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

 span { border-color: rgb(80,206,158); }

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