Html Css Color HEX #50EEAF Medium Aquamarine

📋 copy color: '#50EEAF'

red 80 ◦ green 238 ◦ blue 175

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

Shades of Medium Aquamarine #50EEAF

Tints of Medium Aquamarine #50EEAF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.28%

 BLUE value IS 175 (68.75% from 255) = 35.5%

R = 16.23%
G = 48.28%
B = 35.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#50EEAF (or 0x50EEAF) is known color: Medium Aquamarine. HEX triplet: 50, EE and AF. RGB value is (80,238,175). Sum of RGB (Red+Green+Blue) = 80+238+175=493 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.23% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 238 - color contains mainly: green. Hex color #50EEAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EEAF is #AF1150. Grayscale: #B7B7B7. Windows color (decimal): -11473233 or 11529808. OLE color: 11529808.

HSL color Cylindrical-coordinate representation of color #50EEAF: hue angle of 156.08º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EEAF is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 238 175 -
CMYK 0.66 0 0.26 0.07
HSL 156.08º 0.82% 0.62% -
HSV(B) 156.08º 0.66% 0.93% -
XYZ 41.62 65.95 51.09 -
YUV 183.58 123.15 54.12 -
System Red Green Blue C M Y K H S L
Decimal 80 238 175 0.66 0 0.26 0.07 156.08 0.82 0.62
Hex 50 EE AF 42 0 1A 7 9C 52 3E
Octal 120 356 257 102 0 32 7 234 122 76
Binary 1010000 11101110 10101111 1000010 0 11010 111 10011100 1010010 111110

Color Harmonies of #50EEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EEAF

Black with #50EEAF

Text Example


Text Example

White with #50EEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,238,175); }

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

background-color css

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

 a { background-color: rgb(80,238,175); }

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

border-color css

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

 span { border-color: rgb(80,238,175); }

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