#50CDAE

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

Shades of Medium Aquamarine #50CDAE

Tints of Medium Aquamarine #50CDAE

Color information

#50CDAE (or 0x50CDAE) is unknown color: approx 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

RGB80205174-
CMYK0.6100.150.20
HSL165.12º55.56%55.88%-
HSV(B)165.12º60.98%80.39%-
XYZ32.7848.4247.66-
YUV164.09133.5968.02-

RGB Variations

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

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 (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal802051740.6100.150.20165.1255.5655.88
Hex50CDAE3D0F14a53838
Octal12031525675017242457070
Binary10100001100110110101110111101011111010010100101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>