Html Css Color HEX #50CDAE Medium Aquamarine

📋 copy color: '#50CDAE'

red 80 ◦ green 205 ◦ blue 174

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

Shades of Medium Aquamarine #50CDAE

Tints of Medium Aquamarine #50CDAE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.66%

 BLUE value IS 174 (68.36% from 255) = 37.91%

R = 17.43%
G = 44.66%
B = 37.91%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#50CDAE (or 0x50CDAE) is known color: Medium Aquamarine. HEX triplet: 50, CD and AE. RGB value is (80,205,174). Sum of RGB (Red+Green+Blue) = 80+205+174=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #50CDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CDAE is #AF3251. Grayscale: #A4A4A4. Windows color (decimal): -11481682 or 11455824. OLE color: 11455824.

HSL color Cylindrical-coordinate representation of color #50CDAE: hue angle of 165.12º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CDAE is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 205 174 -
CMYK 0.61 0 0.15 0.20
HSL 165.12º 0.56% 0.56% -
HSV(B) 165.12º 0.61% 0.8% -
XYZ 32.78 48.42 47.66 -
YUV 164.09 133.59 68.02 -
System Red Green Blue C M Y K H S L
Decimal 80 205 174 0.61 0 0.15 0.20 165.12 0.56 0.56
Hex 50 CD AE 3D 0 F 14 A5 38 38
Octal 120 315 256 75 0 17 24 245 70 70
Binary 1010000 11001101 10101110 111101 0 1111 10100 10100101 111000 111000

Color Harmonies of #50CDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CDAE

Black with #50CDAE

Text Example


Text Example

White with #50CDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,205,174); }

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

background-color css

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

 a { background-color: rgb(80,205,174); }

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

border-color css

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

 span { border-color: rgb(80,205,174); }

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