Html Css Color HEX #50CEA9 Medium Aquamarine

📋 copy color: '#50CEA9'

red 80 ◦ green 206 ◦ blue 169

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

Shades of Medium Aquamarine #50CEA9

Tints of Medium Aquamarine #50CEA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.14%

R = 17.58%
G = 45.27%
B = 37.14%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#50CEA9 (or 0x50CEA9) is known color: Medium Aquamarine. HEX triplet: 50, CE and A9. RGB value is (80,206,169). Sum of RGB (Red+Green+Blue) = 80+206+169=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 169 (66.41% from 255 or 37.14% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #50CEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CEA9 is #AF3156. Grayscale: #A4A4A4. Windows color (decimal): -11481431 or 11128400. OLE color: 11128400.

HSL color Cylindrical-coordinate representation of color #50CEA9: hue angle of 162.38º 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 #50CEA9 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 206 169 -
CMYK 0.61 0 0.18 0.19
HSL 162.38º 0.56% 0.56% -
HSV(B) 162.38º 0.61% 0.81% -
XYZ 32.54 48.71 45.22 -
YUV 164.11 130.76 68.01 -
System Red Green Blue C M Y K H S L
Decimal 80 206 169 0.61 0 0.18 0.19 162.38 0.56 0.56
Hex 50 CE A9 3D 0 12 13 A2 38 38
Octal 120 316 251 75 0 22 23 242 70 70
Binary 1010000 11001110 10101001 111101 0 10010 10011 10100010 111000 111000

Color Harmonies of #50CEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CEA9

Black with #50CEA9

Text Example


Text Example

White with #50CEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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