Html Css Color HEX #50CDB5 Medium Aquamarine

📋 copy color: '#50CDB5'

red 80 ◦ green 205 ◦ blue 181

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

Shades of Medium Aquamarine #50CDB5

Tints of Medium Aquamarine #50CDB5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.99%

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

R = 17.17%
G = 43.99%
B = 38.84%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#50CDB5 (or 0x50CDB5) is known color: Medium Aquamarine. HEX triplet: 50, CD and B5. RGB value is (80,205,181). Sum of RGB (Red+Green+Blue) = 80+205+181=466 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.17% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #50CDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CDB5 is #AF324A. Grayscale: #A4A4A4. Windows color (decimal): -11481675 or 11914576. OLE color: 11914576.

HSL color Cylindrical-coordinate representation of color #50CDB5: hue angle of 168.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CDB5 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 205 181 -
CMYK 0.61 0 0.12 0.20
HSL 168.48º 0.56% 0.56% -
HSV(B) 168.48º 0.61% 0.8% -
XYZ 33.48 48.7 51.35 -
YUV 164.89 137.09 67.45 -
System Red Green Blue C M Y K H S L
Decimal 80 205 181 0.61 0 0.12 0.20 168.48 0.56 0.56
Hex 50 CD B5 3D 0 C 14 A8 38 38
Octal 120 315 265 75 0 14 24 250 70 70
Binary 1010000 11001101 10110101 111101 0 1100 10100 10101000 111000 111000

Color Harmonies of #50CDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CDB5

Black with #50CDB5

Text Example


Text Example

White with #50CDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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