Html Css Color HEX #50DFA5 Medium Aquamarine

📋 copy color: '#50DFA5'

red 80 ◦ green 223 ◦ blue 165

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

Shades of Medium Aquamarine #50DFA5

Tints of Medium Aquamarine #50DFA5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.65%

 BLUE value IS 165 (64.84% from 255) = 35.26%

R = 17.09%
G = 47.65%
B = 35.26%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#50DFA5 (or 0x50DFA5) is known color: Medium Aquamarine. HEX triplet: 50, DF and A5. RGB value is (80,223,165). Sum of RGB (Red+Green+Blue) = 80+223+165=468 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.09% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #50DFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DFA5 is #AF205A. Grayscale: #ADADAD. Windows color (decimal): -11477083 or 10870608. OLE color: 10870608.

HSL color Cylindrical-coordinate representation of color #50DFA5: hue angle of 155.66º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DFA5 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 223 165 -
CMYK 0.64 0 0.26 0.13
HSL 155.66º 0.69% 0.59% -
HSV(B) 155.66º 0.64% 0.87% -
XYZ 36.49 57.2 44.71 -
YUV 173.63 123.12 61.22 -
System Red Green Blue C M Y K H S L
Decimal 80 223 165 0.64 0 0.26 0.13 155.66 0.69 0.59
Hex 50 DF A5 40 0 1A D 9C 45 3B
Octal 120 337 245 100 0 32 15 234 105 73
Binary 1010000 11011111 10100101 1000000 0 11010 1101 10011100 1000101 111011

Color Harmonies of #50DFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DFA5

Black with #50DFA5

Text Example


Text Example

White with #50DFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,223,165); }

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

background-color css

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

 a { background-color: rgb(80,223,165); }

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

border-color css

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

 span { border-color: rgb(80,223,165); }

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