Html Css Color HEX #50DBB2 Medium Aquamarine

📋 copy color: '#50DBB2'

red 80 ◦ green 219 ◦ blue 178

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

Shades of Medium Aquamarine #50DBB2

Tints of Medium Aquamarine #50DBB2

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 value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#50DBB2 (or 0x50DBB2) is known color: 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

RGB 80 219 178 -
CMYK 0.63 0 0.19 0.14
HSL 162.3º 0.66% 0.59% -
HSV(B) 162.3º 0.63% 0.86% -
XYZ 36.68 55.58 50.92 -
YUV 172.77 130.95 61.83 -
System Red Green Blue C M Y K H S L
Decimal 80 219 178 0.63 0 0.19 0.14 162.3 0.66 0.59
Hex 50 DB B2 3F 0 13 E A2 42 3B
Octal 120 333 262 77 0 23 16 242 102 73
Binary 1010000 11011011 10110010 111111 0 10011 1110 10100010 1000010 111011

Color Harmonies of #50DBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DBB2

Black with #50DBB2

Text Example


Text Example

White with #50DBB2

Text Example


Text Example

HTML Codes & Css Web 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>