#50DBA4

Color #50DBA4 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #50DBA4

Tints of Medium Aquamarine #50DBA4

Color information

#50DBA4 (or 0x50DBA4) is unknown color: approx Medium Aquamarine. HEX triplet: 50, DB and A4. RGB value is (80,219,164). Sum of RGB (Red+Green+Blue) = 80+219+164=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DBA4 is #AF245B. Grayscale: #ABABAB. Windows color (decimal): -11478108 or 10804048. OLE color: 10804048.

HSL color Cylindrical-coordinate representation of color #50DBA4: hue angle of 156.26º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DBA4 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB80219164-
CMYK0.6300.250.14
HSL156.26º65.88%58.63%-
HSV(B)156.26º63.47%85.88%-
XYZ35.3455.0543.88-
YUV171.17123.9562.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.28%
GREEN value IS 219 (85.94% from 255) = 47.30%
BLUE value IS 164 (64.45% from 255) = 35.42%
R=17.28%
G=47.30%
B=35.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal802191640.6300.250.14156.2665.8858.63
Hex50DBA43F019E9c423b
Octal120333244770311623410273
Binary101000011011011101001001111110110011110100111001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,219,164); }

 H1.HeaderClassName
 {
   color: #50DBA4;
 }
 .AnyTagClassName
 {
   color: #50DBA4;
 }
</style>
background-color css

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

 a { background-color: rgb(80,219,164); }

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

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

 span { border-color: rgb(80,219,164); }

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