Html Css Color HEX #50FBAF Medium Aquamarine

📋 copy color: '#50FBAF'

red 80 ◦ green 251 ◦ blue 175

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

Shades of Medium Aquamarine #50FBAF

Tints of Medium Aquamarine #50FBAF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.6%

 BLUE value IS 175 (68.75% from 255) = 34.58%

R = 15.81%
G = 49.6%
B = 34.58%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#50FBAF (or 0x50FBAF) is known color: Medium Aquamarine. HEX triplet: 50, FB and AF. RGB value is (80,251,175). Sum of RGB (Red+Green+Blue) = 80+251+175=506 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.81% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 251 - color contains mainly: green. Hex color #50FBAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FBAF is #AF0450. Grayscale: #BFBFBF. Windows color (decimal): -11469905 or 11533136. OLE color: 11533136.

HSL color Cylindrical-coordinate representation of color #50FBAF: hue angle of 153.33º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FBAF is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 251 175 -
CMYK 0.68 0 0.30 0.02
HSL 153.33º 0.96% 0.65% -
HSV(B) 153.33º 0.68% 0.98% -
XYZ 45.54 73.79 52.4 -
YUV 191.21 118.85 48.68 -
System Red Green Blue C M Y K H S L
Decimal 80 251 175 0.68 0 0.30 0.02 153.33 0.96 0.65
Hex 50 FB AF 44 0 1E 2 99 60 41
Octal 120 373 257 104 0 36 2 231 140 101
Binary 1010000 11111011 10101111 1000100 0 11110 10 10011001 1100000 1000001

Color Harmonies of #50FBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FBAF

Black with #50FBAF

Text Example


Text Example

White with #50FBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,251,175); }

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

background-color css

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

 a { background-color: rgb(80,251,175); }

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

border-color css

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

 span { border-color: rgb(80,251,175); }

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