#50DBB1

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

Shades of Medium Aquamarine #50DBB1

Tints of Medium Aquamarine #50DBB1

Color information

#50DBB1 (or 0x50DBB1) is unknown color: approx Medium Aquamarine. HEX triplet: 50, DB and B1. RGB value is (80,219,177). Sum of RGB (Red+Green+Blue) = 80+219+177=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DBB1 is #AF244E. Grayscale: #ACACAC. Windows color (decimal): -11478095 or 11656016. OLE color: 11656016.

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

Color convert

RGB80219177-
CMYK0.6300.190.14
HSL161.87º65.88%58.63%-
HSV(B)161.87º63.47%85.88%-
XYZ36.5855.5450.39-
YUV172.65130.4561.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.81%
GREEN value IS 219 (85.94% from 255) = 46.01%
BLUE value IS 177 (69.53% from 255) = 37.18%
R=16.81%
G=46.01%
B=37.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal802191770.6300.190.14161.8765.8858.63
Hex50DBB13F013Ea2423b
Octal120333261770231624210273
Binary101000011011011101100011111110100111110101000101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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