Html Css Color HEX #50D2B5 Medium Aquamarine

📋 copy color: '#50D2B5'

red 80 ◦ green 210 ◦ blue 181

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

Shades of Medium Aquamarine #50D2B5

Tints of Medium Aquamarine #50D2B5

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.59%

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

R = 16.99%
G = 44.59%
B = 38.43%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#50D2B5 (or 0x50D2B5) is known color: Medium Aquamarine. HEX triplet: 50, D2 and B5. RGB value is (80,210,181). Sum of RGB (Red+Green+Blue) = 80+210+181=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #50D2B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D2B5 is #AF2D4A. Grayscale: #A7A7A7. Windows color (decimal): -11480395 or 11915856. OLE color: 11915856.

HSL color Cylindrical-coordinate representation of color #50D2B5: hue angle of 166.62º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D2B5 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 210 181 -
CMYK 0.62 0 0.14 0.18
HSL 166.62º 0.59% 0.57% -
HSV(B) 166.62º 0.62% 0.82% -
XYZ 34.7 51.13 51.76 -
YUV 167.82 135.43 65.36 -
System Red Green Blue C M Y K H S L
Decimal 80 210 181 0.62 0 0.14 0.18 166.62 0.59 0.57
Hex 50 D2 B5 3E 0 E 12 A7 3B 39
Octal 120 322 265 76 0 16 22 247 73 71
Binary 1010000 11010010 10110101 111110 0 1110 10010 10100111 111011 111001

Color Harmonies of #50D2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D2B5

Black with #50D2B5

Text Example


Text Example

White with #50D2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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