Html Css Color HEX #50DEB5 Medium Aquamarine

📋 copy color: '#50DEB5'

red 80 ◦ green 222 ◦ blue 181

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

Shades of Medium Aquamarine #50DEB5

Tints of Medium Aquamarine #50DEB5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.96%

 BLUE value IS 181 (71.09% from 255) = 37.47%

R = 16.56%
G = 45.96%
B = 37.47%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#50DEB5 (or 0x50DEB5) is known color: Medium Aquamarine. HEX triplet: 50, DE and B5. RGB value is (80,222,181). Sum of RGB (Red+Green+Blue) = 80+222+181=483 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.56% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #50DEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DEB5 is #AF214A. Grayscale: #AEAEAE. Windows color (decimal): -11477323 or 11918928. OLE color: 11918928.

HSL color Cylindrical-coordinate representation of color #50DEB5: hue angle of 162.68º degrees, saturation: 0.68, 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 #50DEB5 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 222 181 -
CMYK 0.64 0 0.18 0.13
HSL 162.68º 0.68% 0.59% -
HSV(B) 162.68º 0.64% 0.87% -
XYZ 37.77 57.28 52.78 -
YUV 174.87 131.46 60.33 -
System Red Green Blue C M Y K H S L
Decimal 80 222 181 0.64 0 0.18 0.13 162.68 0.68 0.59
Hex 50 DE B5 40 0 12 D A3 44 3B
Octal 120 336 265 100 0 22 15 243 104 73
Binary 1010000 11011110 10110101 1000000 0 10010 1101 10100011 1000100 111011

Color Harmonies of #50DEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DEB5

Black with #50DEB5

Text Example


Text Example

White with #50DEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,222,181); }

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

background-color css

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

 a { background-color: rgb(80,222,181); }

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

border-color css

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

 span { border-color: rgb(80,222,181); }

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