#50CFB5

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

Shades of Medium Aquamarine #50CFB5

Tints of Medium Aquamarine #50CFB5

Color information

#50CFB5 (or 0x50CFB5) is unknown color: approx Medium Aquamarine. HEX triplet: 50, CF and B5. RGB value is (80,207,181). Sum of RGB (Red+Green+Blue) = 80+207+181=468 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.09% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #50CFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CFB5 is #AF304A. Grayscale: #A6A6A6. Windows color (decimal): -11481163 or 11915088. OLE color: 11915088.

HSL color Cylindrical-coordinate representation of color #50CFB5: hue angle of 167.72º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CFB5 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB80207181-
CMYK0.6100.130.19
HSL167.72º56.95%56.27%-
HSV(B)167.72º61.35%81.18%-
XYZ33.9649.6751.51-
YUV166.06136.4266.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.09%
GREEN value IS 207 (81.25% from 255) = 44.23%
BLUE value IS 181 (71.09% from 255) = 38.68%
R=17.09%
G=44.23%
B=38.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal802071810.6100.130.19167.7256.9556.27
Hex50CFB53D0D13a83938
Octal12031726575015232507170
Binary10100001100111110110101111101011011001110101000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,207,181); }

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

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

 a { background-color: rgb(80,207,181); }

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

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

 span { border-color: rgb(80,207,181); }

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