Html Css Color HEX #50DAAF Medium Aquamarine

📋 copy color: '#50DAAF'

red 80 ◦ green 218 ◦ blue 175

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

Shades of Medium Aquamarine #50DAAF

Tints of Medium Aquamarine #50DAAF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.09%

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

R = 16.91%
G = 46.09%
B = 37%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#50DAAF (or 0x50DAAF) is known color: Medium Aquamarine. HEX triplet: 50, DA and AF. RGB value is (80,218,175). Sum of RGB (Red+Green+Blue) = 80+218+175=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #50DAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DAAF is #AF2550. Grayscale: #ABABAB. Windows color (decimal): -11478353 or 11524688. OLE color: 11524688.

HSL color Cylindrical-coordinate representation of color #50DAAF: hue angle of 161.3º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DAAF is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 218 175 -
CMYK 0.63 0 0.20 0.15
HSL 161.3º 0.65% 0.58% -
HSV(B) 161.3º 0.63% 0.85% -
XYZ 36.12 54.94 49.26 -
YUV 171.84 129.78 62.5 -
System Red Green Blue C M Y K H S L
Decimal 80 218 175 0.63 0 0.20 0.15 161.3 0.65 0.58
Hex 50 DA AF 3F 0 14 F A1 41 3A
Octal 120 332 257 77 0 24 17 241 101 72
Binary 1010000 11011010 10101111 111111 0 10100 1111 10100001 1000001 111010

Color Harmonies of #50DAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DAAF

Black with #50DAAF

Text Example


Text Example

White with #50DAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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