#50DBB2

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

Shades of Medium Aquamarine #50DBB2

Tints of Medium Aquamarine #50DBB2

Color information

#50DBB2 (or 0x50DBB2) is unknown color: approx Medium Aquamarine. HEX triplet: 50, DB and B2. RGB value is (80,219,178). Sum of RGB (Red+Green+Blue) = 80+219+178=477 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.77% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DBB2 is #AF244D. Grayscale: #ACACAC. Windows color (decimal): -11478094 or 11721552. OLE color: 11721552.

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

Color convert

RGB80219178-
CMYK0.6300.190.14
HSL162.3º65.88%58.63%-
HSV(B)162.3º63.47%85.88%-
XYZ36.6855.5850.92-
YUV172.76130.9561.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.77%
GREEN value IS 219 (85.94% from 255) = 45.91%
BLUE value IS 178 (69.92% from 255) = 37.32%
R=16.77%
G=45.91%
B=37.32%

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
Decimal802191780.6300.190.14162.365.8858.63
Hex50DBB23F013Ea2423b
Octal120333262770231624210273
Binary101000011011011101100101111110100111110101000101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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