Html Css Color HEX #50DBAF Medium Aquamarine

📋 copy color: '#50DBAF'

red 80 ◦ green 219 ◦ blue 175

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

Shades of Medium Aquamarine #50DBAF

Tints of Medium Aquamarine #50DBAF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.2%

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

R = 16.88%
G = 46.2%
B = 36.92%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#50DBAF (or 0x50DBAF) is known color: Medium Aquamarine. HEX triplet: 50, DB and AF. RGB value is (80,219,175). Sum of RGB (Red+Green+Blue) = 80+219+175=474 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.88% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DBAF is #AF2450. Grayscale: #ACACAC. Windows color (decimal): -11478097 or 11524944. OLE color: 11524944.

HSL color Cylindrical-coordinate representation of color #50DBAF: hue angle of 161.01º 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 #50DBAF is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 219 175 -
CMYK 0.63 0 0.20 0.14
HSL 161.01º 0.66% 0.59% -
HSV(B) 161.01º 0.63% 0.86% -
XYZ 36.38 55.46 49.35 -
YUV 172.42 129.45 62.08 -
System Red Green Blue C M Y K H S L
Decimal 80 219 175 0.63 0 0.20 0.14 161.01 0.66 0.59
Hex 50 DB AF 3F 0 14 E A1 42 3B
Octal 120 333 257 77 0 24 16 241 102 73
Binary 1010000 11011011 10101111 111111 0 10100 1110 10100001 1000010 111011

Color Harmonies of #50DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DBAF

Black with #50DBAF

Text Example


Text Example

White with #50DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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