Html Css Color HEX #50DBB5 Medium Aquamarine

📋 copy color: '#50DBB5'

red 80 ◦ green 219 ◦ blue 181

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

Shades of Medium Aquamarine #50DBB5

Tints of Medium Aquamarine #50DBB5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.63%

 BLUE value IS 181 (71.09% from 255) = 37.71%

R = 16.67%
G = 45.63%
B = 37.71%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#50DBB5 (or 0x50DBB5) is known color: Medium Aquamarine. HEX triplet: 50, DB and B5. RGB value is (80,219,181). Sum of RGB (Red+Green+Blue) = 80+219+181=480 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.67% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DBB5 is #AF244A. Grayscale: #ADADAD. Windows color (decimal): -11478091 or 11918160. OLE color: 11918160.

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

Color convert

RGB 80 219 181 -
CMYK 0.63 0 0.17 0.14
HSL 163.6º 0.66% 0.59% -
HSV(B) 163.6º 0.63% 0.86% -
XYZ 36.98 55.7 52.52 -
YUV 173.11 132.45 61.59 -
System Red Green Blue C M Y K H S L
Decimal 80 219 181 0.63 0 0.17 0.14 163.6 0.66 0.59
Hex 50 DB B5 3F 0 11 E A4 42 3B
Octal 120 333 265 77 0 21 16 244 102 73
Binary 1010000 11011011 10110101 111111 0 10001 1110 10100100 1000010 111011

Color Harmonies of #50DBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DBB5

Black with #50DBB5

Text Example


Text Example

White with #50DBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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